Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp108 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CSection
121 return pLine->GetNextWordPlace(place); in GetNextWordPlace()
181 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
203 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
Dcline.h21 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
Dcline.cpp31 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CLine
Dcsection.h40 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp102 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()
533 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace( in GetNextWordPlace() function in CPDF_VariableText
545 return pSection->GetNextWordPlace(place); in GetNextWordPlace()
873 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()
948 AdjustLineHeader(GetNextWordPlace(place), false); in ClearRightWord()
Dcpdf_variabletext.h134 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1733 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1737 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1760 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1764 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1962 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()