Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp77 bool CPWL_EditImpl_Iterator::NextWord() { in NextWord() function in CPWL_EditImpl_Iterator
78 return m_pVTIterator->NextWord(); in NextWord()
467 while (pIterator->NextWord()) { in DrawEdit()
730 while (pIterator->NextWord()) { in GetText()
754 while (pIterator->NextWord()) { in GetRangeText()
1194 while (pIterator->NextWord()) { in RefreshWordRange()
Dcpwl_edit.cpp687 while (pIterator->NextWord()) { in GetSameWordsRange()
696 while (pIterator->NextWord()) { in GetSameWordsRange()
Dcpwl_edit_impl.h405 bool NextWord();
Dcpwl_appstream.cpp595 while (pIterator->NextWord()) { in GetEditAppStream()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h37 bool NextWord();
Dcpdf_variabletext.cpp100 bool CPDF_VariableText::Iterator::NextWord() { in NextWord() function in CPDF_VariableText::Iterator
Dcpvt_generateap.cpp101 while (pIterator->NextWord()) { in GenerateEditAP()