Searched refs:FPDFAvail_IsDocAvail (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dfpdf_dataavail_embeddertest.cpp162 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints));
169 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints));
175 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints()));
190 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints()));
211 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints()));
250 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints()));
H A Dfpdf_dataavail.cpp136 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail(FPDF_AVAIL avail, function
H A Dfpdfview_c_api_test.c92 CHK(FPDFAvail_IsDocAvail);
H A Dfpdfview_embeddertest.cpp358 // Make sure calling FPDFAvail_IsDocAvail() on this file does not infinite
362 ret = FPDFAvail_IsDocAvail(avail_, &hints);
/external/pdfium/public/
H A Dfpdf_dataavail.h110 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail(FPDF_AVAIL avail,
120 // When |FPDFAvail_IsDocAvail| returns TRUE, call |FPDFAvail_GetDocument| to
/external/pdfium/testing/
H A Dembedder_test.cpp155 FPDFAvail_IsDocAvail(*avail, network_simulator->GetDownloadHints());
/external/pdfium/samples/
H A Dpdfium_test.cc1396 nRet = FPDFAvail_IsDocAvail(pdf_avail.get(), &hints);

Completed in 156 milliseconds