Searched refs:SetScrollPos (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_ctrl.h35 void SetScrollPos(const CFX_PointF& point);
H A Dcpwl_edit_ctrl.cpp85 m_pEdit->SetScrollPos(CFX_PointF(m_pEdit->GetScrollPos().x, pos));
370 void CPWL_EditCtrl::SetScrollPos(const CFX_PointF& point) { function in class:CPWL_EditCtrl
371 m_pEdit->SetScrollPos(point);
H A Dcpwl_list_impl.h61 void SetScrollPos(const CFX_PointF& point);
H A Dcpwl_scroll_bar.h147 void SetScrollPos(float fPos);
H A Dcpwl_list_impl.cpp294 SetScrollPos(CFX_PointF(rect.left, rect.top));
450 void CPWL_ListCtrl::SetScrollPos(const CFX_PointF& point) { function in class:CPWL_ListCtrl
H A Dcpwl_list_box.cpp246 m_pList->SetScrollPos(CFX_PointF(0, pos));
H A Dcpwl_edit_impl.h257 void SetScrollPos(const CFX_PointF& point);
H A Dcpwl_scroll_bar.cpp535 SetScrollPos(pos);
627 void CPWL_ScrollBar::SetScrollPos(float fPos) { function in class:CPWL_ScrollBar
H A Dcpwl_edit.cpp606 SetScrollPos(ptScroll);
H A Dcpwl_edit_impl.cpp1040 void CPWL_EditImpl::SetScrollPos(const CFX_PointF& point) { function in class:CPWL_EditImpl

Completed in 747 milliseconds