HomeSort by relevance Sort by last modified time
    Searched refs:SBT_VSCROLL (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 70 case SBT_VSCROLL:
79 case SBT_VSCROLL:
89 case SBT_VSCROLL:
517 OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info);
528 OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy);
PWL_ListBox.cpp 39 m_pList->OnNotify(m_pList, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info);
58 m_pList->OnNotify(m_pList, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy);
303 case SBT_VSCROLL:
312 case SBT_VSCROLL:
322 case SBT_VSCROLL:
PWL_ScrollBar.cpp 185 case SBT_VSCROLL:
294 case SBT_VSCROLL:
609 case SBT_VSCROLL:
710 case SBT_VSCROLL:
818 case SBT_VSCROLL:
920 case SBT_VSCROLL:
983 case SBT_VSCROLL:
1010 case SBT_VSCROLL:
    [all...]
PWL_ScrollBar.h 40 enum PWL_SCROLLBAR_TYPE { SBT_HSCROLL, SBT_VSCROLL };
PWL_Wnd.cpp 620 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL);

Completed in 479 milliseconds