Searched refs:GetLineEndPlace (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h430 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h340 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
H A Dfxet_edit.h645 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp2838 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) &&
2872 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) &&
2942 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret));
2972 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret));
3429 CPVT_WordPlace CFX_Edit::GetLineEndPlace(const CPVT_WordPlace & place) const function in class:CFX_Edit
3431 return m_pVT->GetLineEndPlace(place);
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h529 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
H A Ddoc_vt.cpp1243 CPVT_WordPlace CPDF_VariableText::GetLineEndPlace(const CPVT_WordPlace & place) const function in class:CPDF_VariableText

Completed in 67 milliseconds