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.cpp191 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()
DPWL_ListBox.cpp43 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()
DPWL_EditCtrl.cpp90 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()
DPWL_Note.cpp190 case PNM_SETSCROLLINFO: in OnNotify()
1618 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in OnNotify()
DPWL_ScrollBar.cpp897 case PNM_SETSCROLLINFO: in OnNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h95 #define PNM_SETSCROLLINFO 0x00000002L macro