Home
last modified time | relevance | path

Searched refs:FPDFAvail_IsDocAvail (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_dataavail_embeddertest.cpp16 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_)); in TEST_F()
22 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_)); in TEST_F()
Dfpdf_dataavail.cpp113 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) in FPDFAvail_IsDocAvail() function
Dfpdfview_c_api_test.c38 CHK(FPDFAvail_IsDocAvail); in CheckPDFiumCApi()
/external/pdfium/public/
Dfpdf_dataavail.h125 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
/external/pdfium/testing/
Dembedder_test.cpp203 (void) FPDFAvail_IsDocAvail(avail_, &hints_); in OpenDocument()
/external/pdfium/samples/
Dpdfium_test.cc459 (void) FPDFAvail_IsDocAvail(pdf_avail, &hints); in RenderPdf()