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

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h300 virtual FX_BOOL NextSection() = 0;
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h147 virtual FX_BOOL NextSection() = 0;
H A Dfxet_edit.h776 FX_BOOL NextSection() override;
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h543 FX_BOOL NextSection() override;
H A Ddoc_vt.cpp1731 FX_BOOL CPDF_VariableText_Iterator::NextSection() { function in class:CPDF_VariableText_Iterator
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp29 FX_BOOL CFX_Edit_Iterator::NextSection() { function in class:CFX_Edit_Iterator
30 return m_pVTIterator->NextSection();

Completed in 57 milliseconds