Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcline.h20 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
Dcline.cpp22 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CLine
Dcsection.h40 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
Dcsection.cpp67 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CSection
79 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()
Dcpdf_variabletext.cpp113 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()
387 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace( in GetPrevWordPlace() function in CPDF_VariableText
396 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()
677 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()
736 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord()
Dcpdf_variabletext.h116 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1377 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1379 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1403 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1405 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()