HomeSort by relevance Sort by last modified time
    Searched refs:GetNextWordPlace (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fpdfdoc/
cline.h 22 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
cline.cpp 33 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const {
csection.h 42 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
csection.cpp 90 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const {
99 return pLine->GetNextWordPlace(place);
155 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()),
176 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()),
cpdf_variabletext.h 118 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
cpdf_variabletext.cpp 104 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos);
413 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace(
422 return pSection->GetNextWordPlace(place);
731 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place);
810 CPVT_WordPlace rightplace = AdjustLineHeader(GetNextWordPlace(place), false);
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp     [all...]

Completed in 58 milliseconds