Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp87 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CSection
96 return pLine->GetNextWordPlace(place); in GetNextWordPlace()
151 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
172 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.h41 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp105 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()
402 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace( in GetNextWordPlace() function in CPDF_VariableText
411 return pSection->GetNextWordPlace(place); in GetNextWordPlace()
677 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()
756 CPVT_WordPlace rightplace = AdjustLineHeader(GetNextWordPlace(place), false); in ClearRightWord()
Dcpdf_variabletext.h117 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1418 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1421 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1444 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1447 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1624 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()