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

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h434 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h361 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
H A Dfxet_edit.h641 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp2821 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) &&
2855 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) &&
2925 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret));
2955 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret));
3412 CPVT_WordPlace CFX_Edit::GetLineEndPlace(const CPVT_WordPlace & place) const function in class:CFX_Edit
3414 return m_pVT->GetLineEndPlace(place);
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h526 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
H A Ddoc_vt.cpp1239 CPVT_WordPlace CPDF_VariableText::GetLineEndPlace(const CPVT_WordPlace & place) const function in class:CPDF_VariableText

Completed in 82 milliseconds