Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_dataavail.h196 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
/external/pdfium/fpdfsdk/src/
Dfpdf_dataavail.cpp153 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) in FPDFAvail_IsFormAvail() function
Dfpdfview_c_api_test.c42 CHK(FPDFAvail_IsFormAvail); in CheckPDFiumCApi()
/external/pdfium/testing/
Dembedder_test.cpp212 (void) FPDFAvail_IsFormAvail(avail_, &hints_); in OpenDocument()
/external/pdfium/samples/
Dpdfium_test.cc470 (void) FPDFAvail_IsFormAvail(pdf_avail, &hints); in RenderPdf()