Home
last modified time | relevance | path

Searched refs:PrevWord (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp714 } while (pIterator->PrevWord()); in GetSameWordsRange()
721 } while (pIterator->PrevWord()); in GetSameWordsRange()
Dcpwl_edit_impl.h406 bool PrevWord();
Dcpwl_edit_impl.cpp81 bool CPWL_EditImpl_Iterator::PrevWord() { in PrevWord() function in CPWL_EditImpl_Iterator
82 return m_pVTIterator->PrevWord(); in PrevWord()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h38 bool PrevWord();
Dcpdf_variabletext.cpp108 bool CPDF_VariableText::Iterator::PrevWord() { in PrevWord() function in CPDF_VariableText::Iterator