Home
last modified time | relevance | path

Searched refs:FPDF_AVAIL (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_dataavail.h61 typedef void* FPDF_AVAIL; typedef
78 DLLEXPORT FPDF_AVAIL STDCALL FPDFAvail_Create(FX_FILEAVAIL* file_avail,
91 DLLEXPORT void STDCALL FPDFAvail_Destroy(FPDF_AVAIL avail);
153 FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
171 DLLEXPORT FPDF_DOCUMENT STDCALL FPDFAvail_GetDocument(FPDF_AVAIL avail,
213 DLLEXPORT int STDCALL FPDFAvail_IsPageAvail(FPDF_AVAIL avail,
244 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail,
267 DLLEXPORT int STDCALL FPDFAvail_IsLinearized(FPDF_AVAIL avail);
/external/pdfium/fpdfsdk/src/
Dfpdf_dataavail.cpp101 DLLEXPORT FPDF_AVAIL STDCALL FPDFAvail_Create(FX_FILEAVAIL* file_avail, in FPDFAvail_Create()
111 DLLEXPORT void STDCALL FPDFAvail_Destroy(FPDF_AVAIL avail) { in FPDFAvail_Destroy()
116 FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) { in FPDFAvail_IsDocAvail()
124 FPDFAvail_GetDocument(FPDF_AVAIL avail, FPDF_BYTESTRING password) { in FPDFAvail_GetDocument()
147 DLLEXPORT int STDCALL FPDFAvail_IsPageAvail(FPDF_AVAIL avail, in FPDFAvail_IsPageAvail()
157 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, in FPDFAvail_IsFormAvail()
165 DLLEXPORT int STDCALL FPDFAvail_IsLinearized(FPDF_AVAIL avail) { in FPDFAvail_IsLinearized()
/external/pdfium/testing/
Dembedder_test.h121 FPDF_AVAIL avail_;
/external/pdfium/samples/
Dpdfium_test.cc438 FPDF_AVAIL pdf_avail = FPDFAvail_Create(&file_avail, &file_access); in RenderPdf()