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.cpp300 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptScroll.y); in ScrollToItem()
497 case PNM_SETSCROLLPOS: in OnNotify()
499 pScrollBar->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam); in OnNotify()
584 pScrollBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptNew.y); in OnMouseWheel()
DPWL_ListBox.cpp69 m_pList->OnNotify(m_pList,PNM_SETSCROLLPOS,SBT_VSCROLL,(FX_INTPTR)&fy); in IOnSetScrollPosY()
378 case PNM_SETSCROLLPOS: in OnNotify()
384 pChild->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam); in OnNotify()
DPWL_EditCtrl.cpp101 case PNM_SETSCROLLPOS: in OnNotify()
107 pChild->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam); in OnNotify()
667 this->OnNotify(this,PNM_SETSCROLLPOS,SBT_VSCROLL,(FX_INTPTR)&fy); in IOnSetScrollPosY()
DPWL_Note.cpp1574 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptNew.y); in OnMouseWheel()
1633 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptScroll.y); in OnNotify()
1649 case PNM_SETSCROLLPOS: in OnNotify()
1651 m_pContentsBar->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam); in OnNotify()
1668 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptScroll.y); in OnNotify()
1680 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptScroll.y); in OnNotify()
DPWL_ScrollBar.cpp912 case PNM_SETSCROLLPOS: in OnNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h96 #define PNM_SETSCROLLPOS 0x00000003L macro