Home
last modified time | relevance | path

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

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