Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CLine
109 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CSection
125 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()
1099 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace( in GetPrevWordPlace() function in CPDF_VariableText
1114 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()
1444 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()
1498 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord()
1696 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()
Dpdf_vt.h198 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
257 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
425 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2285 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2287 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2313 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2315 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2575 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret), in Backspace()
2581 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret), in Backspace()
2639 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret), in Delete()
2645 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret), in Delete()
2693 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); in Clear()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h424 virtual CPVT_WordPlace GetPrevWordPlace(