Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp90 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CSection
99 return pLine->GetNextWordPlace(place); in GetNextWordPlace()
155 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
176 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
Dcline.h22 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
Dcline.cpp33 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CLine
Dcsection.h42 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp104 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()
413 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace( in GetNextWordPlace() function in CPDF_VariableText
422 return pSection->GetNextWordPlace(place); in GetNextWordPlace()
731 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()
810 CPVT_WordPlace rightplace = AdjustLineHeader(GetNextWordPlace(place), false); in ClearRightWord()
Dcpdf_variabletext.h118 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1396 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1399 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1422 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1425 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1607 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()