Home
last modified time | relevance | path

Searched refs:CPWL_ScrollBar (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp321 CPWL_ScrollBar::CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType) in CPWL_ScrollBar() function in CPWL_ScrollBar
330 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 …]
Dcpwl_scroll_bar.h14 class CPWL_ScrollBar; variable
118 class CPWL_ScrollBar : public CPWL_Wnd {
120 explicit CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType = SBT_HSCROLL);
121 ~CPWL_ScrollBar() override;
Dcpwl_edit.cpp83 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()
Dcpwl_wnd.h24 class CPWL_ScrollBar; variable
238 CPWL_ScrollBar* GetVScrollBar() const;
317 UnownedPtr<CPWL_ScrollBar> m_pVScrollBar;
DREADME.md17 * CPWL_ScrollBar
Dcpwl_wnd.cpp419 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()
Dcpwl_list_box.cpp41 CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar(); in IOnSetScrollInfoY()