OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prevsection
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
302
virtual FX_BOOL
PrevSection
() = 0;
/frameworks/base/core/java/android/widget/
FastScroller.java
[
all
...]
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
544
FX_BOOL
PrevSection
() override;
doc_vt.cpp
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
154
virtual FX_BOOL
PrevSection
() = 0;
fxet_edit.h
779
FX_BOOL
PrevSection
() override;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
41
FX_BOOL CFX_Edit_Iterator::
PrevSection
() {
42
return m_pVTIterator->
PrevSection
();
[
all
...]
Completed in 138 milliseconds