Searched refs:PNM_SETSCROLLINFO (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_IconList.cpp | 191 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in CreateChildWnd() 457 case PNM_SETSCROLLINFO: in OnNotify() 485 pScrollBar->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam); in OnNotify()
|
D | PWL_ListBox.cpp | 43 m_pList->OnNotify(m_pList,PNM_SETSCROLLINFO,SBT_VSCROLL,(FX_INTPTR)&Info); in IOnSetScrollInfoY() 367 case PNM_SETSCROLLINFO: in OnNotify() 373 pChild->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam); in OnNotify()
|
D | PWL_EditCtrl.cpp | 90 case PNM_SETSCROLLINFO: in OnNotify() 96 pChild->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam); in OnNotify() 649 this->OnNotify(this,PNM_SETSCROLLINFO,SBT_VSCROLL,(FX_INTPTR)&Info); in IOnSetScrollInfoY()
|
D | PWL_Note.cpp | 190 case PNM_SETSCROLLINFO: in OnNotify() 1618 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in OnNotify()
|
D | PWL_ScrollBar.cpp | 897 case PNM_SETSCROLLINFO: in OnNotify()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 95 #define PNM_SETSCROLLINFO 0x00000002L macro
|