Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp162 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints)); in TEST_F()
169 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints)); in TEST_F()
175 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints())); in TEST_F()
190 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints())); in TEST_F()
211 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints())); in TEST_F()
250 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints())); in TEST_F()
Dfpdf_dataavail.cpp136 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail(FPDF_AVAIL avail, in FPDFAvail_IsDocAvail() function
Dfpdfview_c_api_test.c92 CHK(FPDFAvail_IsDocAvail); in CheckPDFiumCApi()
Dfpdfview_embeddertest.cpp362 ret = FPDFAvail_IsDocAvail(avail_, &hints); in TEST_F()
/external/pdfium/public/
Dfpdf_dataavail.h110 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail(FPDF_AVAIL avail,
/external/pdfium/testing/
Dembedder_test.cpp155 FPDFAvail_IsDocAvail(*avail, network_simulator->GetDownloadHints()); in OpenDocumentHelper()
/external/pdfium/samples/
Dpdfium_test.cc1396 nRet = FPDFAvail_IsDocAvail(pdf_avail.get(), &hints); in RenderPdf()