Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp178 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_)); in TEST_F()
184 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_)); in TEST_F()
190 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints())); in TEST_F()
206 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints())); in TEST_F()
Dfpdf_dataavail.cpp133 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, in FPDFAvail_IsDocAvail() function
Dfpdfview_c_api_test.c39 CHK(FPDFAvail_IsDocAvail); in CheckPDFiumCApi()
/external/pdfium/public/
Dfpdf_dataavail.h110 FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
/external/pdfium/testing/
Dembedder_test.cpp165 nRet = FPDFAvail_IsDocAvail(avail_, &hints_); in OpenDocument()
/external/pdfium/samples/
Dpdfium_test.cc771 nRet = FPDFAvail_IsDocAvail(pdf_avail, &hints); in RenderPdf()