Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_variabletext.h123 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace& place) const;
Dcpvt_variabletext.cpp511 CPVT_WordPlace CPVT_VariableText::GetSectionEndPlace( in GetSectionEndPlace() function in CPVT_VariableText
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1490 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()
1516 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) { in OnVK_RIGHT()
1682 bool bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()