Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_dataavail.h176 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail,
/external/pdfium/fpdfsdk/
Dfpdf_dataavail.cpp181 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, in FPDFAvail_IsFormAvail() function
Dfpdfview_c_api_test.c43 CHK(FPDFAvail_IsFormAvail); in CheckPDFiumCApi()
/external/pdfium/testing/
Dembedder_test.cpp170 nRet = FPDFAvail_IsFormAvail(avail_, &hints_); in OpenDocument()
/external/pdfium/samples/
Dpdfium_test.cc778 nRet = FPDFAvail_IsFormAvail(pdf_avail, &hints); in RenderPdf()