Home
last modified time | relevance | path

Searched refs:PNM_SETSCROLLPOS (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp256 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()
DPWL_ListBox.cpp60 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()
DPWL_EditCtrl.cpp90 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()
DPWL_Note.cpp1325 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()
DPWL_ScrollBar.cpp816 case PNM_SETSCROLLPOS: { in OnNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h83 #define PNM_SETSCROLLPOS 0x00000003L macro