Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.cpp163 int32_t nRet = PDF_DATA_NOTAVAIL; in OpenDocument()
164 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocument()
176 nRet = PDF_DATA_NOTAVAIL; in OpenDocument()
177 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocument()
/external/pdfium/fpdfsdk/
Dfpdf_dataavail.cpp22 static_assert(CPDF_DataAvail::DataNotAvailable == PDF_DATA_NOTAVAIL,
175 return PDF_DATA_NOTAVAIL; in FPDFAvail_IsPageAvail()
/external/pdfium/public/
Dfpdf_dataavail.h20 #define PDF_DATA_NOTAVAIL 0 macro
/external/pdfium/samples/
Dpdfium_test.cc762 int nRet = PDF_DATA_NOTAVAIL; in RenderPdf()
770 while (nRet == PDF_DATA_NOTAVAIL) in RenderPdf()
850 nRet = PDF_DATA_NOTAVAIL; in RenderPdf()
851 while (nRet == PDF_DATA_NOTAVAIL) in RenderPdf()