Home
last modified time | relevance | path

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

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