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.h18 struct CPVT_Section;
269 struct CPVT_Section { struct
319 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;
321 virtual FX_BOOL SetSection(const CPVT_Section & section) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp519 CPVT_Section section; in GetCaretFont()
547 CPVT_Section section; in GetCaretFontSize()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h32 struct CPVT_Section;
152 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;
Dfxet_edit.h787 FX_BOOL GetSection(CPVT_Section & section) const;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp94 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section & section) const in GetSection()
1565 CPVT_Section secinfo; in SetSecProps()
1566 CPVT_Section OldSecinfo; in SetSecProps()
2627 CPVT_Section section; in SetCaretChange()
3051 CPVT_Section section; in Backspace()
3115 CPVT_Section section; in Delete()
3204 CPVT_Section secinfo; in Clear()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h625 FX_BOOL GetSection(CPVT_Section & section) const;
626 FX_BOOL SetSection(const CPVT_Section & section);
Ddoc_vt.cpp1828 FX_BOOL CPDF_VariableText_Iterator::GetSection(CPVT_Section & section) const in GetSection()
1844 FX_BOOL CPDF_VariableText_Iterator::SetSection(const CPVT_Section & section) in SetSection()