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

/external/pdfium/public/
H A Dfpdf_ext.h64 // unsp_info - Pointer to an UNSUPPORT_INFO structure.
68 FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info);
/external/pdfium/core/fpdfapi/
H A Dcpdf_modulemgr.h26 explicit CFSDK_UnsupportInfo_Adapter(void* unsp_info) argument
27 : m_unsp_info(unsp_info) {}
/external/pdfium/fpdfsdk/
H A Dfpdf_ext.cpp40 FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info) { argument
41 if (!unsp_info || unsp_info->version != 1)
45 pdfium::MakeUnique<CFSDK_UnsupportInfo_Adapter>(unsp_info));

Completed in 100 milliseconds