Home
last modified time | relevance | path

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

/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc155 int nRet = PDF_DATA_NOTAVAIL; in RenderPdf()
161 while (nRet == PDF_DATA_NOTAVAIL) in RenderPdf()
195 nRet = PDF_DATA_NOTAVAIL; in RenderPdf()
196 while (nRet == PDF_DATA_NOTAVAIL) in RenderPdf()
/external/pdfium/testing/
Dembedder_test.cpp179 int32_t nRet = PDF_DATA_NOTAVAIL; in OpenDocumentHelper()
180 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocumentHelper()
192 nRet = PDF_DATA_NOTAVAIL; in OpenDocumentHelper()
193 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocumentHelper()
203 nRet = PDF_DATA_NOTAVAIL; in OpenDocumentHelper()
204 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocumentHelper()
/external/pdfium/fpdfsdk/
Dfpdf_dataavail.cpp30 static_assert(CPDF_DataAvail::DataNotAvailable == PDF_DATA_NOTAVAIL,
195 return PDF_DATA_NOTAVAIL; in FPDFAvail_IsPageAvail()
Dfpdf_dataavail_embeddertest.cpp263 int status = PDF_DATA_NOTAVAIL; in TEST_F()
264 while (status == PDF_DATA_NOTAVAIL) { in TEST_F()
391 EXPECT_EQ(PDF_DATA_NOTAVAIL, in TEST_F()
Dfpdf_view_embeddertest.cpp719 int ret = PDF_DATA_NOTAVAIL; in TEST_F()
720 while (ret == PDF_DATA_NOTAVAIL) in TEST_F()
/external/pdfium/public/
Dfpdf_dataavail.h20 #define PDF_DATA_NOTAVAIL 0 macro
/external/pdfium/samples/
Dpdfium_test.cc848 int avail_status = PDF_DATA_NOTAVAIL; in RenderPdf()
851 while (avail_status == PDF_DATA_NOTAVAIL) in RenderPdf()
951 int avail_status = PDF_DATA_NOTAVAIL; in RenderPdf()
952 while (avail_status == PDF_DATA_NOTAVAIL) in RenderPdf()