Searched refs:pScroll (Results 1 – 3 of 3) sorted by relevance
146 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in OnCreated() local147 pScroll->RemoveFlag(PWS_AUTOTRANSPARENT); in OnCreated()148 pScroll->SetTransparency(255); in OnCreated()353 CPWL_ScrollBar* pScroll = GetVScrollBar(); in OnKillFocus() local354 if (pScroll && pScroll->IsVisible()) { in OnKillFocus()355 pScroll->SetVisible(false); in OnKillFocus()463 CPWL_ScrollBar* pScroll = GetVScrollBar(); in IsVScrollBarVisible() local464 return pScroll && pScroll->IsVisible(); in IsVScrollBarVisible()
41 CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar(); in IOnSetScrollInfoY() local42 if (!pScroll) in IOnSetScrollInfoY()47 if (pScroll->IsVisible()) { in IOnSetScrollInfoY()48 pScroll->SetVisible(false); in IOnSetScrollInfoY()52 if (!pScroll->IsVisible()) { in IOnSetScrollInfoY()53 pScroll->SetVisible(true); in IOnSetScrollInfoY()
384 CFWL_ScrollBar* pScroll = UpdateScroll(); in OnCaretChanged() local385 if (pScroll) { in OnCaretChanged()386 rtInvalid = pScroll->GetWidgetRect(); in OnCaretChanged()