Searched refs:FPDFAvail_IsDocAvail (Results 1 – 6 of 6) sorted by relevance
16 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_)); in TEST_F()22 EXPECT_FALSE(FPDFAvail_IsDocAvail(avail_, &hints_)); in TEST_F()
113 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) in FPDFAvail_IsDocAvail() function
38 CHK(FPDFAvail_IsDocAvail); in CheckPDFiumCApi()
125 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
203 (void) FPDFAvail_IsDocAvail(avail_, &hints_); in OpenDocument()
459 (void) FPDFAvail_IsDocAvail(pdf_avail, &hints); in RenderPdf()