Searched refs:pVScrBar (Results 1 – 3 of 3) sorted by relevance
68 ScrollBar* pVScrBar = GetVScrollBar(); in UpdateScrollBar() local69 if ( pVScrBar && pVScrBar->GetVisibleSize() < pVScrBar->GetRangeMax() ) in UpdateScrollBar()71 pVScrBar->Show(); in UpdateScrollBar()84 ScrollBar* pVScrBar = GetVScrollBar(); in Clear() local85 if ( pVScrBar ) in Clear()86 pVScrBar->Hide(); in Clear()
81 ScrollBar* pVScrBar; in Command() local87 pVScrBar = &aVScroll; in Command()89 pVScrBar = NULL; in Command()90 if ( HandleScrollCommand( rCEvt, pHScrBar, pVScrBar ) ) in Command()
336 ScrollBar* pVScrBar = NULL; in Notify() local341 pVScrBar = &m_aVScroll; in Notify()343 if ( HandleScrollCommand( *pCommandEvent, pHScrBar, pVScrBar ) ) in Notify()
Completed in 28 milliseconds