Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ScrollBar.cpp559 CPWL_ScrollBar::CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType) in CPWL_ScrollBar() function in CPWL_ScrollBar
568 CPWL_ScrollBar::~CPWL_ScrollBar() {} in ~CPWL_ScrollBar()
570 CFX_ByteString CPWL_ScrollBar::GetClassName() const { in GetClassName()
574 void CPWL_ScrollBar::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate()
578 void CPWL_ScrollBar::RePosChildWnd() { in RePosChildWnd()
644 void CPWL_ScrollBar::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) { in GetThisAppearanceStream()
662 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()
684 bool CPWL_ScrollBar::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
739 bool CPWL_ScrollBar::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
755 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
[all …]
DPWL_ScrollBar.h13 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;
DPWL_Wnd.h21 class CPWL_ScrollBar; variable
326 CPWL_ScrollBar* GetVScrollBar() const;
401 CPWL_ScrollBar* m_pVScrollBar;
DPWL_Edit.cpp87 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd()
106 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect()
144 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in OnCreated()
579 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in ShowVScrollBar()
598 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in IsVScrollBarVisible()
DPWL_Wnd.cpp524 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect()
596 CPWL_ScrollBar* CPWL_Wnd::GetVScrollBar() const { in GetVScrollBar()
620 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()
705 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd()
DPWL_ListBox.cpp41 if (CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar()) { in IOnSetScrollInfoY()