HomeSort by relevance Sort by last modified time
    Searched refs:FORMTYPE_ACRO_FORM (Results 1 - 4 of 4) sorted by null

  /external/pdfium/public/
fpdf_formfill.h 18 #define FORMTYPE_ACRO_FORM 1 // Forms are specified using AcroForm spec
    [all...]
  /external/pdfium/fpdfsdk/
fpdfformfill.cpp 38 static_assert(static_cast<int>(FormType::kAcroForm) == FORMTYPE_ACRO_FORM,
fpdfformfill_embeddertest.cpp 575 EXPECT_EQ(FORMTYPE_ACRO_FORM, FPDF_GetFormType(document_));
    [all...]
fpdfview.cpp 594 return FORMTYPE_ACRO_FORM;
    [all...]

Completed in 223 milliseconds