Searched defs:SetScrollPos (Results 1 - 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ | ||
H A D | PWL_ListCtrl.cpp | 19 void CPWL_ListCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CPWL_ListCtrl |
H A D | PWL_EditCtrl.cpp | 103 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x, fPos)); 436 void CPWL_EditCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CPWL_EditCtrl 438 m_pEdit->SetScrollPos(point); |
H A D | PWL_ScrollBar.cpp | 826 SetScrollPos(fPos); 880 void CPWL_ScrollBar::SetScrollPos(FX_FLOAT fPos) { function in class:CPWL_ScrollBar |
/external/pdfium/fpdfsdk/src/fxedit/ | ||
H A D | fxet_list.cpp | 584 SetScrollPos(CPDF_Point(rect.left, rect.top)); 744 void CFX_ListCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CFX_ListCtrl |
H A D | fxet_edit.cpp | 1871 void CFX_Edit::SetScrollPos(const CPDF_Point& point) { function in class:CFX_Edit |
Completed in 124 milliseconds