Home
last modified time | relevance | path

Searched refs:CPVT_Section (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h17 struct CPVT_Section;
259 struct CPVT_Section { struct
310 virtual FX_BOOL GetSection(CPVT_Section& section) const = 0;
312 virtual FX_BOOL SetSection(const CPVT_Section& section) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp454 CPVT_Section section; in GetCaretFont()
476 CPVT_Section section; in GetCaretFontSize()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h32 struct CPVT_Section;
161 virtual FX_BOOL GetSection(CPVT_Section& section) const = 0;
Dfxet_edit.h782 FX_BOOL GetSection(CPVT_Section& section) const override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp65 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section& section) const { in GetSection()
1271 CPVT_Section secinfo; in SetSecProps()
1272 CPVT_Section OldSecinfo; in SetSecProps()
2166 CPVT_Section section; in SetCaretChange()
2542 CPVT_Section section; in Backspace()
2605 CPVT_Section section; in Delete()
2687 CPVT_Section secinfo; in Clear()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h548 FX_BOOL GetSection(CPVT_Section& section) const override;
549 FX_BOOL SetSection(const CPVT_Section& section) override;
Ddoc_vt.cpp1800 FX_BOOL CPDF_VariableText_Iterator::GetSection(CPVT_Section& section) const { in GetSection()
1814 FX_BOOL CPDF_VariableText_Iterator::SetSection(const CPVT_Section& section) { in SetSection()