Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp163 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()
DPWL_ListBox.cpp41 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()
DPWL_EditCtrl.cpp81 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()
DPWL_Note.cpp159 case PNM_SETSCROLLINFO: in OnNotify()
1365 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, in OnNotify()
DPWL_ScrollBar.cpp804 case PNM_SETSCROLLINFO: { in OnNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h82 #define PNM_SETSCROLLINFO 0x00000002L macro