Searched refs:PNM_SETSCROLLPOS (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_IconList.cpp | 300 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()
|
D | PWL_ListBox.cpp | 69 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()
|
D | PWL_EditCtrl.cpp | 101 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()
|
D | PWL_Note.cpp | 1574 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()
|
D | PWL_ScrollBar.cpp | 912 case PNM_SETSCROLLPOS: in OnNotify()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 96 #define PNM_SETSCROLLPOS 0x00000003L macro
|