Searched refs:FPDFAvail_Create (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/public/
H A Dfpdf_dataavail.h56 * Function: FPDFAvail_Create
67 DLLEXPORT FPDF_AVAIL STDCALL FPDFAvail_Create(FX_FILEAVAIL* file_avail, FPDF_FILEACCESS* file);
74 * avail - Handle to document availability provider returned by FPDFAvail_Create
116 * avail - Handle to document availability provider returned by FPDFAvail_Create
132 * avail - Handle to document availability provider returned by FPDFAvail_Create
163 * avail - Handle to document availability provider returned by FPDFAvail_Create
181 * avail - Handle to document availability provider returned by FPDFAvail_Create
203 * avail - Handle to document availability provider returned by FPDFAvail_Create
/external/pdfium/fpdfsdk/src/
H A Dfpdf_dataavail.cpp98 DLLEXPORT FPDF_AVAIL STDCALL FPDFAvail_Create(FX_FILEAVAIL* file_avail, FPDF_FILEACCESS* file) function
H A Dfpdfview_c_api_test.c36 CHK(FPDFAvail_Create);
/external/pdfium/testing/
H A Dembedder_test.cpp202 avail_ = FPDFAvail_Create(&file_avail_, &file_access_);
/external/pdfium/samples/
H A Dpdfium_test.cc457 FPDF_AVAIL pdf_avail = FPDFAvail_Create(&file_avail, &file_access);

Completed in 103 milliseconds