Searched refs:SBT_VSCROLL (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ScrollBar.cpp | 187 case SBT_VSCROLL: in GetThisAppearanceStream() 302 case SBT_VSCROLL: in DrawThisAppearance() 617 case SBT_VSCROLL: in RePosChildWnd() 714 case SBT_VSCROLL: in OnLButtonDown() 822 case SBT_VSCROLL: in OnNotify() 923 case SBT_VSCROLL: in MovePosButton() 985 case SBT_VSCROLL: in OnPosButtonLBDown() 1012 case SBT_VSCROLL: in OnPosButtonMouseMove() 1034 case SBT_VSCROLL: in OnPosButtonMouseMove() 1065 case SBT_VSCROLL: in NotifyScrollWindow() [all …]
|
D | PWL_ListBox.cpp | 41 m_pList->OnNotify(m_pList, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY() 60 m_pList->OnNotify(m_pList, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY() 328 case SBT_VSCROLL: in OnNotify() 337 case SBT_VSCROLL: in OnNotify() 347 case SBT_VSCROLL: in OnNotify()
|
D | PWL_EditCtrl.cpp | 83 case SBT_VSCROLL: in OnNotify() 92 case SBT_VSCROLL: in OnNotify() 102 case SBT_VSCROLL: in OnNotify() 558 OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY() 569 OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY()
|
D | PWL_IconList.cpp | 163 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&sInfo); in CreateChildWnd() 256 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in ScrollToItem() 383 if (wParam == SBT_VSCROLL) { in OnNotify() 492 pScrollBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnMouseWheel()
|
D | PWL_Note.cpp | 157 if (wParam == SBT_VSCROLL) { in OnNotify() 1266 m_pContentsBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateChildWnd() 1323 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnMouseWheel() 1325 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnMouseWheel() 1365 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, in OnNotify() 1380 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnNotify() 1383 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnNotify() 1410 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnNotify() 1414 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnNotify() 1423 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnNotify() [all …]
|
D | PWL_Wnd.cpp | 647 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ScrollBar.h | 30 enum PWL_SCROLLBAR_TYPE { SBT_HSCROLL, SBT_VSCROLL }; enumerator
|