Home
last modified time | relevance | path

Searched refs:GetNextWordPlace (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp40 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace() function in CLine
143 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace() function in CSection
157 return pLine->GetNextWordPlace(place); in GetNextWordPlace()
215 … CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace()) in SearchWordPlace()
234 … CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace())); in SearchWordPlace()
1134 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace() function in CPDF_VariableText
1150 return pSection->GetNextWordPlace(place); in GetNextWordPlace()
1444 return GetNextWordPlace(place); in AjustLineHeader()
1520 CPVT_WordPlace rightplace = AjustLineHeader(this->GetNextWordPlace(place), FALSE); in ClearRightWord()
1707 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()
Dpdf_vt.h226 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;
299 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;
521 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h424 virtual CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2819 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
2823 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
2853 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
2857 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
3122 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()