Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ScrollBar.cpp616 CPWL_ScrollBar::CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType): in CPWL_ScrollBar() function in CPWL_ScrollBar
627 CPWL_ScrollBar::~CPWL_ScrollBar() in ~CPWL_ScrollBar()
631 CFX_ByteString CPWL_ScrollBar::GetClassName() const in GetClassName()
636 void CPWL_ScrollBar::OnCreate(PWL_CREATEPARAM & cp) in OnCreate()
641 void CPWL_ScrollBar::RePosChildWnd() in RePosChildWnd()
728 void CPWL_ScrollBar::GetThisAppearanceStream(CFX_ByteTextBuf & sAppStream) in GetThisAppearanceStream()
745 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()
764 FX_BOOL CPWL_ScrollBar::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag) in OnLButtonDown()
824 FX_BOOL CPWL_ScrollBar::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag) in OnLButtonUp()
843 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
[all …]
DPWL_IconList.cpp441 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnCreated()
460 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnNotify()
498 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnNotify()
583 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnMouseWheel()
DPWL_Edit.cpp85 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in RePosChildWnd()
108 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in GetClientRect()
221 if (CPWL_ScrollBar * pScroll = GetVScrollBar()) in OnCreated()
877 if (CPWL_ScrollBar * pScroll = GetVScrollBar()) in ShowVScrollBar()
903 if (CPWL_ScrollBar * pScroll = GetVScrollBar()) in IsVScrollBarVisible()
DPWL_Wnd.cpp677 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in GetClientRect()
819 CPWL_ScrollBar* CPWL_Wnd::GetVScrollBar() const in GetVScrollBar()
846 if ((m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL))) in CreateVScrollBar()
953 CPWL_ScrollBar * pVSB = this->GetVScrollBar(); in RePosChildWnd()
DPWL_ListBox.cpp45 if (CPWL_ScrollBar * pScroll = m_pList->GetVScrollBar()) in IOnSetScrollInfoY()
DPWL_Note.cpp1513 m_pContentsBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateChildWnd()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ScrollBar.h11 class CPWL_ScrollBar; variable
98 class CPWL_ScrollBar : public CPWL_Wnd
101 CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType = SBT_HSCROLL);
102 virtual ~CPWL_ScrollBar();
DPWL_Wnd.h14 class CPWL_ScrollBar; variable
369 CPWL_ScrollBar* GetVScrollBar() const;
458 CPWL_ScrollBar* m_pVScrollBar;
DPWL_Note.h342 CPWL_ScrollBar* m_pContentsBar;