Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h303 virtual FX_BOOL PrevWord() = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp1279 while (pIterator->PrevWord()); in GetSameWordsRange()
1295 while (pIterator->PrevWord()); in GetSameWordsRange()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h141 virtual FX_BOOL PrevWord() = 0;
Dfxet_edit.h781 FX_BOOL PrevWord();
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h617 FX_BOOL PrevWord();
Ddoc_vt.cpp1710 FX_BOOL CPDF_VariableText_Iterator::PrevWord() in PrevWord() function in CPDF_VariableText_Iterator
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp45 FX_BOOL CFX_Edit_Iterator::PrevWord() in PrevWord() function in CFX_Edit_Iterator
49 return m_pVTIterator->PrevWord(); in PrevWord()
3231 }while (pIterator->PrevWord()); in Clear()