Searched refs:CPWL_ScrollBar (Results 1 – 7 of 7) sorted by relevance
321 CPWL_ScrollBar::CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType) in CPWL_ScrollBar() function in CPWL_ScrollBar330 CPWL_ScrollBar::~CPWL_ScrollBar() {} in ~CPWL_ScrollBar()332 ByteString CPWL_ScrollBar::GetClassName() const { in GetClassName()336 void CPWL_ScrollBar::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()340 void CPWL_ScrollBar::OnDestroy() { in OnDestroy()351 bool CPWL_ScrollBar::RePosChildWnd() { in RePosChildWnd()424 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()444 bool CPWL_ScrollBar::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()498 bool CPWL_ScrollBar::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()515 void CPWL_ScrollBar::SetScrollInfo(const PWL_SCROLL_INFO& info) { in SetScrollInfo()[all …]
14 class CPWL_ScrollBar; variable118 class CPWL_ScrollBar : public CPWL_Wnd {120 explicit CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType = SBT_HSCROLL);121 ~CPWL_ScrollBar() override;
83 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd()112 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect()146 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in OnCreated()353 CPWL_ScrollBar* pScroll = GetVScrollBar(); in OnKillFocus()463 CPWL_ScrollBar* pScroll = GetVScrollBar(); in IsVScrollBarVisible()
24 class CPWL_ScrollBar; variable238 CPWL_ScrollBar* GetVScrollBar() const;317 UnownedPtr<CPWL_ScrollBar> m_pVScrollBar;
17 * CPWL_ScrollBar
419 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect()485 CPWL_ScrollBar* CPWL_Wnd::GetVScrollBar() const { in GetVScrollBar()508 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()597 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd()
41 CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar(); in IOnSetScrollInfoY()