HomeSort by relevance Sort by last modified time
    Searched refs:FPDFAvail_IsDocAvail (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/
fpdf_dataavail_embeddertest.cpp 178 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_));
184 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_));
190 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints()));
206 ASSERT_EQ(PDF_DATA_AVAIL, FPDFAvail_IsDocAvail(avail_, loader.hints()));
fpdf_dataavail.cpp 133 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail,
fpdfview_c_api_test.c 39 CHK(FPDFAvail_IsDocAvail);
  /external/pdfium/public/
fpdf_dataavail.h 110 FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
119 // When |FPDFAvail_IsDocAvail| returns TRUE, call |FPDFAvail_GetDocument| to
  /external/pdfium/testing/
embedder_test.cpp 165 nRet = FPDFAvail_IsDocAvail(avail_, &hints_);
  /external/pdfium/samples/
pdfium_test.cc 771 nRet = FPDFAvail_IsDocAvail(pdf_avail, &hints);

Completed in 805 milliseconds