Searched refs:FPDFAvail_IsFormAvail (Results 1 – 7 of 7) sorted by relevance
183 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail(FPDF_AVAIL avail,
205 status = FPDFAvail_IsFormAvail(avail_, loader.hints()); in TEST_F()383 EXPECT_EQ(PDF_FORM_ERROR, FPDFAvail_IsFormAvail(nullptr, nullptr)); in TEST_F()
200 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail(FPDF_AVAIL avail, in FPDFAvail_IsFormAvail() function
107 CHK(FPDFAvail_IsFormAvail); in CheckPDFiumCApi()
167 nRet = FPDFAvail_IsFormAvail(pdf_avail.get(), &hints); in RenderPdf()
196 FPDFAvail_IsFormAvail(*avail, network_simulator->GetDownloadHints()); in OpenDocumentHelper()
858 avail_status = FPDFAvail_IsFormAvail(pdf_avail.get(), &hints); in RenderPdf()