Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.cpp140 int32_t nRet = PDF_DATA_NOTAVAIL; in OpenDocument()
141 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocument()
153 nRet = PDF_DATA_NOTAVAIL; in OpenDocument()
154 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocument()
/external/pdfium/samples/
Dpdfium_test.cc436 int nRet = PDF_DATA_NOTAVAIL; in RenderPdf()
444 while (nRet == PDF_DATA_NOTAVAIL) { in RenderPdf()
520 nRet = PDF_DATA_NOTAVAIL; in RenderPdf()
521 while (nRet == PDF_DATA_NOTAVAIL) { in RenderPdf()
/external/pdfium/public/
Dfpdf_dataavail.h19 #define PDF_DATA_NOTAVAIL 0 macro
/external/pdfium/fpdfsdk/src/
Dfpdf_dataavail.cpp15 static_assert(IPDF_DataAvail::DataNotAvailable == PDF_DATA_NOTAVAIL,