Searched refs:PNM_SETSCROLLPOS (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_IconList.cpp | 256 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in ScrollToItem() 415 case PNM_SETSCROLLPOS: in OnNotify() 417 pScrollBar->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam); in OnNotify() 492 pScrollBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnMouseWheel()
|
D | PWL_ListBox.cpp | 60 m_pList->OnNotify(m_pList, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY() 335 case PNM_SETSCROLLPOS: in OnNotify() 339 pChild->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam); in OnNotify()
|
D | PWL_EditCtrl.cpp | 90 case PNM_SETSCROLLPOS: in OnNotify() 94 pChild->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam); in OnNotify() 569 OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY()
|
D | PWL_Note.cpp | 1325 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnMouseWheel() 1380 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnNotify() 1398 case PNM_SETSCROLLPOS: in OnNotify() 1400 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam); in OnNotify() 1414 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnNotify() 1427 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnNotify()
|
D | PWL_ScrollBar.cpp | 816 case PNM_SETSCROLLPOS: { in OnNotify()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 83 #define PNM_SETSCROLLPOS 0x00000003L macro
|