Home
last modified time | relevance | path

Searched refs:FPDFAvail_IsFormAvail (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/public/
Dfpdf_dataavail.h183 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail(FPDF_AVAIL avail,
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp205 status = FPDFAvail_IsFormAvail(avail_, loader.hints()); in TEST_F()
383 EXPECT_EQ(PDF_FORM_ERROR, FPDFAvail_IsFormAvail(nullptr, nullptr)); in TEST_F()
Dfpdf_dataavail.cpp200 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail(FPDF_AVAIL avail, in FPDFAvail_IsFormAvail() function
Dfpdf_view_c_api_test.c107 CHK(FPDFAvail_IsFormAvail); in CheckPDFiumCApi()
/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc167 nRet = FPDFAvail_IsFormAvail(pdf_avail.get(), &hints); in RenderPdf()
/external/pdfium/testing/
Dembedder_test.cpp196 FPDFAvail_IsFormAvail(*avail, network_simulator->GetDownloadHints()); in OpenDocumentHelper()
/external/pdfium/samples/
Dpdfium_test.cc858 avail_status = FPDFAvail_IsFormAvail(pdf_avail.get(), &hints); in RenderPdf()