Home
last modified time | relevance | path

Searched refs:NextSection (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h309 virtual FX_BOOL NextSection() = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h138 virtual FX_BOOL NextSection() = 0;
Dfxet_edit.h780 FX_BOOL NextSection();
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h620 FX_BOOL NextSection();
Ddoc_vt.cpp1753 FX_BOOL CPDF_VariableText_Iterator::NextSection() in NextSection() function in CPDF_VariableText_Iterator
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp38 FX_BOOL CFX_Edit_Iterator::NextSection() in NextSection() function in CFX_Edit_Iterator
42 return m_pVTIterator->NextSection(); in NextSection()