Home
last modified time | relevance | path

Searched refs:GetPrevWordPlace (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcline.h21 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
Dcline.cpp24 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CLine
Dcsection.h41 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
Dcsection.cpp70 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CSection
82 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()
Dcpdf_variabletext.cpp112 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()
398 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace( in GetPrevWordPlace() function in CPDF_VariableText
407 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()
731 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()
790 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord()
Dcpdf_variabletext.h117 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1355 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1357 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1381 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1383 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()