Home
last modified time | relevance | path

Searched refs:SBT_VSCROLL (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ScrollBar.cpp185 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 …]
DPWL_ListBox.cpp39 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()
DPWL_EditCtrl.cpp70 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()
DPWL_ScrollBar.h40 enum PWL_SCROLLBAR_TYPE { SBT_HSCROLL, SBT_VSCROLL }; enumerator
DPWL_Wnd.cpp620 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()