Searched refs:FPDF_GetLastError (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfpdfview.h158 * If this function fails, you can use FPDF_GetLastError() to retrieve
177 // If this function fails, you can use FPDF_GetLastError() to retrieve
232 // Function: FPDF_GetLastError
242 DLLEXPORT unsigned long STDCALL FPDF_GetLastError();
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp664 DLLEXPORT unsigned long STDCALL FPDF_GetLastError() function
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc2159 if (!doc_ && FPDF_GetLastError() == FPDF_ERR_PASSWORD)
2167 DCHECK(!doc_ && FPDF_GetLastError() == FPDF_ERR_PASSWORD);

Completed in 397 milliseconds