Searched refs:PNM_SETSCROLLINFO (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_IconList.cpp | 163 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&sInfo); in CreateChildWnd() 385 case PNM_SETSCROLLINFO: in OnNotify() 404 pScrollBar->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam); in OnNotify()
|
D | PWL_ListBox.cpp | 41 m_pList->OnNotify(m_pList, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY() 326 case PNM_SETSCROLLINFO: in OnNotify() 330 pChild->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam); in OnNotify()
|
D | PWL_EditCtrl.cpp | 81 case PNM_SETSCROLLINFO: in OnNotify() 85 pChild->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam); in OnNotify() 558 OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY()
|
D | PWL_Note.cpp | 159 case PNM_SETSCROLLINFO: in OnNotify() 1365 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, in OnNotify()
|
D | PWL_ScrollBar.cpp | 804 case PNM_SETSCROLLINFO: { in OnNotify()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 82 #define PNM_SETSCROLLINFO 0x00000002L macro
|