Home
last modified time | relevance | path

Searched refs:FORMTYPE_NONE (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_view.cpp179 return FORMTYPE_NONE; in FPDF_GetFormType()
183 return FORMTYPE_NONE; in FPDF_GetFormType()
187 return FORMTYPE_NONE; in FPDF_GetFormType()
Dfpdf_formfill.cpp82 static_assert(static_cast<int>(FormType::kNone) == FORMTYPE_NONE,
Dfpdf_formfill_embeddertest.cpp1018 EXPECT_EQ(FORMTYPE_NONE, FPDF_GetFormType(document_)); in TEST_F()
/external/pdfium/public/
Dfpdf_formfill.h16 #define FORMTYPE_NONE 0 // Document contains no forms macro