Home
last modified time | relevance | path

Searched refs:GetScrollPos (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp90 m_pEdit->SetScrollPos(CFX_PointF(m_pEdit->GetScrollPos().x, fPos)); in OnNotify()
405 CFX_PointF CPWL_EditCtrl::GetScrollPos() const { in GetScrollPos() function in CPWL_EditCtrl
406 return m_pEdit->GetScrollPos(); in GetScrollPos()
DPWL_EditCtrl.h55 CFX_PointF GetScrollPos() const;
DPWL_Edit.cpp729 CFX_PointF ptScroll = GetScrollPos(); in OnMouseWheel()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h393 CFX_PointF GetScrollPos() const;
Dfxet_edit.cpp1374 CFX_PointF CFX_Edit::GetScrollPos() const { in GetScrollPos() function in CFX_Edit