Searched refs:pScroll (Results 1 – 3 of 3) sorted by relevance
43 if (CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar()) { in IOnSetScrollInfoY() local46 if (pScroll->IsVisible()) { in IOnSetScrollInfoY()47 pScroll->SetVisible(FALSE); in IOnSetScrollInfoY()51 if (!pScroll->IsVisible()) { in IOnSetScrollInfoY()52 pScroll->SetVisible(TRUE); in IOnSetScrollInfoY()
195 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in OnCreated() local196 pScroll->RemoveFlag(PWS_AUTOTRANSPARENT); in OnCreated()197 pScroll->SetTransparency(255); in OnCreated()828 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in ShowVScrollBar() local830 if (!pScroll->IsVisible()) { in ShowVScrollBar()831 pScroll->SetVisible(TRUE); in ShowVScrollBar()838 if (pScroll->IsVisible()) { in ShowVScrollBar()839 pScroll->SetVisible(FALSE); in ShowVScrollBar()847 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in IsVScrollBarVisible() local848 return pScroll->IsVisible(); in IsVScrollBarVisible()
831 IFWL_ScrollBar* pScroll = UpdateScroll(); in On_CaretChanged() local832 if (pScroll) { in On_CaretChanged()833 pScroll->GetWidgetRect(rtInvalid); in On_CaretChanged()