Searched refs:FORMTYPE_ACRO_FORM (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/public/
H A Dfpdf_formfill.h18 #define FORMTYPE_ACRO_FORM 1 // Forms are specified using AcroForm spec macro
/external/pdfium/fpdfsdk/
H A Dfpdfformfill.cpp38 static_assert(static_cast<int>(FormType::kAcroForm) == FORMTYPE_ACRO_FORM, variable
H A Dfpdfformfill_embeddertest.cpp575 EXPECT_EQ(FORMTYPE_ACRO_FORM, FPDF_GetFormType(document_));
H A Dfpdfview.cpp594 return FORMTYPE_ACRO_FORM;

Completed in 177 milliseconds