Home
last modified time | relevance | path

Searched refs:GetSectionEndPlace (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h143 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp654 CPVT_WordPlace CPDF_VariableText::GetSectionEndPlace( in GetSectionEndPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1736 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()
1763 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()
1967 bool bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()