Home
last modified time | relevance | path

Searched defs:GetFormType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h45 FormType GetFormType() const { return m_FormType; } in GetFormType() function
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h55 FormType GetFormType() const { return m_FormType; } in GetFormType() function
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp187 int GetFormType() const override { return FPDF_FORMFIELD_TEXTFIELD; } in GetFormType() function in FPDFFormFillTextFormEmbedderTest
257 int GetFormType() const override { return FPDF_FORMFIELD_COMBOBOX; } in GetFormType() function in FPDFFormFillComboBoxFormEmbedderTest
378 int GetFormType() const override { return FPDF_FORMFIELD_LISTBOX; } in GetFormType() function in FPDFFormFillListBoxFormEmbedderTest
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp1457 FormType CXFA_Document::GetFormType() const { in GetFormType() function in CXFA_Document