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.h39 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
Dcsection.cpp86 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CSection
102 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()
Dcpdf_variabletext.cpp110 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()
516 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace( in GetPrevWordPlace() function in CPDF_VariableText
528 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()
873 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()
929 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord()
Dcpdf_variabletext.h133 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1691 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1693 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1718 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1720 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()