OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPVT_Section
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
17
struct
CPVT_Section
;
259
struct
CPVT_Section
{
310
virtual FX_BOOL GetSection(
CPVT_Section
& section) const = 0;
312
virtual FX_BOOL SetSection(const
CPVT_Section
& section) = 0;
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
548
FX_BOOL GetSection(
CPVT_Section
& section) const override;
549
FX_BOOL SetSection(const
CPVT_Section
& section) override;
doc_vt.cpp
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
32
struct
CPVT_Section
;
161
virtual FX_BOOL GetSection(
CPVT_Section
& section) const = 0;
fxet_edit.h
782
FX_BOOL GetSection(
CPVT_Section
& section) const override;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp
454
CPVT_Section
section;
476
CPVT_Section
section;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
65
FX_BOOL CFX_Edit_Iterator::GetSection(
CPVT_Section
& section) const {
[
all
...]
Completed in 54 milliseconds