Searched refs:SBT_VSCROLL (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_ScrollBar.cpp | 185 case SBT_VSCROLL: in GetThisAppearanceStream() 294 case SBT_VSCROLL: in DrawThisAppearance() 609 case SBT_VSCROLL: in RePosChildWnd() 710 case SBT_VSCROLL: in OnLButtonDown() 818 case SBT_VSCROLL: in OnNotify() 920 case SBT_VSCROLL: in MovePosButton() 983 case SBT_VSCROLL: in OnPosButtonLBDown() 1010 case SBT_VSCROLL: in OnPosButtonMouseMove() 1032 case SBT_VSCROLL: in OnPosButtonMouseMove() 1063 case SBT_VSCROLL: in NotifyScrollWindow() [all …]
|
D | PWL_ListBox.cpp | 39 m_pList->OnNotify(m_pList, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY() 58 m_pList->OnNotify(m_pList, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY() 303 case SBT_VSCROLL: in OnNotify() 312 case SBT_VSCROLL: in OnNotify() 322 case SBT_VSCROLL: in OnNotify()
|
D | PWL_EditCtrl.cpp | 70 case SBT_VSCROLL: in OnNotify() 79 case SBT_VSCROLL: in OnNotify() 89 case SBT_VSCROLL: in OnNotify() 517 OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY() 528 OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY()
|
D | PWL_ScrollBar.h | 40 enum PWL_SCROLLBAR_TYPE { SBT_HSCROLL, SBT_VSCROLL }; enumerator
|
D | PWL_Wnd.cpp | 620 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()
|