HomeSort by relevance Sort by last modified time
    Searched defs:GetScrollPos (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 35 CPDF_Point CPWL_ListCtrl::GetScrollPos() const {
PWL_EditCtrl.cpp 103 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x, fPos));
441 CPDF_Point CPWL_EditCtrl::GetScrollPos() const {
443 return m_pEdit->GetScrollPos();
  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 102 FWL_ERR CFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) {
105 return static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fPos, bVert);
172 static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fx);
173 static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fy, FALSE);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 52 FWL_ERR IFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) {
53 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetScrollPos(fPos, bVert);
298 FWL_ERR CFWL_ListBoxImp::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) {
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]

Completed in 131 milliseconds