Searched refs:pScroll (Results 1 – 3 of 3) sorted by relevance
106 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in OnCreated() local107 pScroll->RemoveFlag(PWS_AUTOTRANSPARENT); in OnCreated()108 pScroll->SetTransparency(255); in OnCreated()305 CPWL_ScrollBar* pScroll = GetVScrollBar(); in OnKillFocus() local306 if (pScroll && pScroll->IsVisible()) { in OnKillFocus()307 pScroll->SetVisible(false); in OnKillFocus()409 CPWL_ScrollBar* pScroll = GetVScrollBar(); in IsVScrollBarVisible() local410 return pScroll && pScroll->IsVisible(); in IsVScrollBarVisible()
42 CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar(); in IOnSetScrollInfoY() local43 if (!pScroll) in IOnSetScrollInfoY()48 if (pScroll->IsVisible()) { in IOnSetScrollInfoY()49 pScroll->SetVisible(false); in IOnSetScrollInfoY()53 if (!pScroll->IsVisible()) { in IOnSetScrollInfoY()54 pScroll->SetVisible(true); in IOnSetScrollInfoY()
285 CFWL_ScrollBar* pScroll = UpdateScroll(); in OnCaretChanged() local286 if (pScroll) { in OnCaretChanged()287 rtInvalid = pScroll->GetWidgetRect(); in OnCaretChanged()