Home
last modified time | relevance | path

Searched refs:FPDF_RESULT (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/public/
Dfpdfview.h81 typedef int FPDF_RESULT; typedef
449 FPDF_RESULT (*ReadBlock)(void* clientData,
468 FPDF_RESULT (*WriteBlock)(void* clientData,
480 FPDF_RESULT (*Flush)(void* clientData);
494 FPDF_RESULT (*Truncate)(void* clientData, FPDF_DWORD size);
1259 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* bstr);
1263 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* bstr,
1269 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* bstr);
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp1034 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* bstr) { in FPDF_BStr_Init()
1043 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* bstr, in FPDF_BStr_Set()
1068 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* bstr) { in FPDF_BStr_Clear()