Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp658 } while (pIterator->PrevWord()); in GetSameWordsRange()
665 } while (pIterator->PrevWord()); in GetSameWordsRange()
Dcpwl_edit_impl.h430 bool PrevWord();
Dcpwl_edit_impl.cpp66 bool CPWL_EditImpl_Iterator::PrevWord() { in PrevWord() function in CPWL_EditImpl_Iterator
67 return m_pVTIterator->PrevWord(); in PrevWord()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h38 bool PrevWord();
Dcpdf_variabletext.cpp109 bool CPDF_VariableText::Iterator::PrevWord() { in PrevWord() function in CPDF_VariableText::Iterator