Searched defs:GetLineEndPlace (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1239 CPVT_WordPlace CPDF_VariableText::GetLineEndPlace(const CPVT_WordPlace & place) const function in class:CPDF_VariableText
/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);

Completed in 605 milliseconds