Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h123 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp501 CPVT_WordPlace CPDF_VariableText::GetLineBeginPlace( in GetLineBeginPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1375 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) && in OnVK_LEFT()
1401 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) && in OnVK_LEFT()
1464 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1484 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()