Searched refs:GetScrollPos (Results 1 - 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListCtrl.h18 CPDF_Point GetScrollPos() const;
H A DPWL_EditCtrl.h82 CPDF_Point GetScrollPos() const;
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dlistbox.cpp102 FWL_ERR CFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) { function in class:CFWL_ListBox
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/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp154 GetScrollPos();
244 CPDF_Point ptScroll = GetScrollPos();
467 CPDF_Point ptScroll = m_pListContent->GetScrollPos();
H A DPWL_EditCtrl.cpp103 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x, fPos));
441 CPDF_Point CPWL_EditCtrl::GetScrollPos() const { function in class:CPWL_EditCtrl
443 return m_pEdit->GetScrollPos();
H A DPWL_ListCtrl.cpp35 CPDF_Point CPWL_ListCtrl::GetScrollPos() const { function in class:CPWL_ListCtrl
H A DPWL_Note.cpp1302 CPDF_Point ptScroll = m_pContents->GetScrollPos();
1369 CPDF_Point ptScroll = m_pContents->GetScrollPos();
1413 CPDF_Point ptScroll = m_pContents->GetScrollPos();
1426 CPDF_Point ptScroll = m_pContents->GetScrollPos();
H A DPWL_Edit.cpp984 CPDF_Point ptScroll = GetScrollPos();
/external/pdfium/xfa/include/fwl/basewidget/
H A Dfwl_listbox.h123 FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
/external/pdfium/xfa/include/fwl/lightwidget/
H A Dlistbox.h28 FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_listboximp.h39 virtual FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_listboximp.cpp52 FWL_ERR IFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) { function in class:IFWL_ListBox
53 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetScrollPos(fPos, bVert);
298 FWL_ERR CFWL_ListBoxImp::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) { function in class:CFWL_ListBoxImp
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h299 virtual CPDF_Point GetScrollPos() const = 0;
H A Dfxet_edit.h612 CPDF_Point GetScrollPos() const override;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp1878 CPDF_Point CFX_Edit::GetScrollPos() const { function in class:CFX_Edit

Completed in 175 milliseconds