Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfview.cpp582 return FORMTYPE_NONE; in FPDF_GetFormType()
586 return FORMTYPE_NONE; in FPDF_GetFormType()
590 return FORMTYPE_NONE; in FPDF_GetFormType()
Dfpdfformfill.cpp36 static_assert(static_cast<int>(FormType::kNone) == FORMTYPE_NONE,
Dfpdfformfill_embeddertest.cpp570 EXPECT_EQ(FORMTYPE_NONE, FPDF_GetFormType(document_)); in TEST_F()
/external/pdfium/public/
Dfpdf_formfill.h17 #define FORMTYPE_NONE 0 // Document contains no forms macro