Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp26 CPVT_WordPlace CLine::GetBeginWordPlace() const { in GetBeginWordPlace() function in CLine
97 CPVT_WordPlace CSection::GetBeginWordPlace() const { in GetBeginWordPlace() function in CSection
99 return pLine->GetBeginWordPlace(); in GetBeginWordPlace()
111 return GetBeginWordPlace(); in GetPrevWordPlace()
132 return GetBeginWordPlace(); in GetNextWordPlace()
140 return pNextLine->GetBeginWordPlace(); in GetNextWordPlace()
171 CPVT_WordPlace place = GetBeginWordPlace(); in SearchWordPlace()
201 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
209 place = GetBeginWordPlace(); in SearchWordPlace()
222 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
[all …]
Dpdf_vt.h196 CPVT_WordPlace GetBeginWordPlace() const;
255 CPVT_WordPlace GetBeginWordPlace() const;
423 CPVT_WordPlace GetBeginWordPlace() const override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp778 SetCaret(m_pVT->GetBeginWordPlace()); in Initialize()
1652 return CPVT_WordRange(m_pVT->GetBeginWordPlace(), m_pVT->GetEndWordPlace()); in GetWholeWordRange()
2374 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
2399 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
2539 if (m_wpCaret == m_pVT->GetBeginWordPlace()) in Backspace()
2666 SetCaret(m_pVT->GetBeginWordPlace()); in Empty()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h420 virtual CPVT_WordPlace GetBeginWordPlace() const = 0;