Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h140 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp635 CPVT_WordPlace CPDF_VariableText::GetLineBeginPlace( in GetLineBeginPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1689 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) && in OnVK_LEFT()
1716 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) && in OnVK_LEFT()
1780 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1804 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()