Searched defs:GetFormType (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/fpdfxfa/ | ||
D | cpdfxfa_context.h | 45 FormType GetFormType() const { return m_FormType; } in GetFormType() function |
/external/pdfium/xfa/fxfa/ | ||
D | cxfa_ffdoc.h | 55 FormType GetFormType() const { return m_FormType; } in GetFormType() function |
/external/pdfium/fpdfsdk/ | ||
D | fpdf_formfill_embeddertest.cpp | 187 int GetFormType() const override { return FPDF_FORMFIELD_TEXTFIELD; } in GetFormType() function in FPDFFormFillTextFormEmbedderTest |
/external/pdfium/xfa/fxfa/parser/ | ||
D | cxfa_document.cpp | 1457 FormType CXFA_Document::GetFormType() const { in GetFormType() function in CXFA_Document |