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

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_EditCtrl.cpp90 m_pEdit->SetScrollPos(CFX_PointF(m_pEdit->GetScrollPos().x, fPos));
401 void CPWL_EditCtrl::SetScrollPos(const CFX_PointF& point) { function in class:CPWL_EditCtrl
402 m_pEdit->SetScrollPos(point);
H A DPWL_EditCtrl.h56 void SetScrollPos(const CFX_PointF& point);
H A DPWL_ScrollBar.h146 void SetScrollPos(FX_FLOAT fPos);
H A DPWL_ListBox.cpp323 m_pList->SetScrollPos(CFX_PointF(0, fPos));
H A DPWL_ScrollBar.cpp822 SetScrollPos(fPos);
876 void CPWL_ScrollBar::SetScrollPos(FX_FLOAT fPos) { function in class:CPWL_ScrollBar
H A DPWL_Edit.cpp736 SetScrollPos(ptScroll);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h238 void SetScrollPos(const CFX_PointF& point);
H A Dfxet_list.cpp366 SetScrollPos(CFX_PointF(rect.left, rect.top));
541 void CFX_ListCtrl::SetScrollPos(const CFX_PointF& point) { function in class:CFX_ListCtrl
H A Dfxet_edit.h347 void SetScrollPos(const CFX_PointF& point);
H A Dfxet_edit.cpp1367 void CFX_Edit::SetScrollPos(const CFX_PointF& point) { function in class:CFX_Edit

Completed in 167 milliseconds