OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextSection
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
300
virtual FX_BOOL
NextSection
() = 0;
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
543
FX_BOOL
NextSection
() override;
doc_vt.cpp
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
147
virtual FX_BOOL
NextSection
() = 0;
fxet_edit.h
776
FX_BOOL
NextSection
() override;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
29
FX_BOOL CFX_Edit_Iterator::
NextSection
() {
30
return m_pVTIterator->
NextSection
();
[
all
...]
Completed in 209 milliseconds