HomeSort by relevance Sort by last modified time
    Searched refs:NextSection (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 309 virtual FX_BOOL NextSection() = 0;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 620 FX_BOOL NextSection();
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 138 virtual FX_BOOL NextSection() = 0;
fxet_edit.h 780 FX_BOOL NextSection();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 38 FX_BOOL CFX_Edit_Iterator::NextSection()
42 return m_pVTIterator->NextSection();
    [all...]

Completed in 284 milliseconds