Searched defs:SetScrollPos (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListCtrl.cpp19 void CPWL_ListCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CPWL_ListCtrl
H A DPWL_EditCtrl.cpp103 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 DPWL_ScrollBar.cpp826 SetScrollPos(fPos);
880 void CPWL_ScrollBar::SetScrollPos(FX_FLOAT fPos) { function in class:CPWL_ScrollBar
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp584 SetScrollPos(CPDF_Point(rect.left, rect.top));
744 void CFX_ListCtrl::SetScrollPos(const CPDF_Point& point) { function in class:CFX_ListCtrl
H A Dfxet_edit.cpp1871 void CFX_Edit::SetScrollPos(const CPDF_Point& point) { function in class:CFX_Edit

Completed in 124 milliseconds