Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h124 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp512 CPVT_WordPlace CPDF_VariableText::GetLineBeginPlace( in GetLineBeginPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1353 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) && in OnVK_LEFT()
1379 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) && in OnVK_LEFT()
1442 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1462 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()