Home
last modified time | relevance | path

Searched refs:UNSUPPORT_INFO (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/public/
Dfpdf_ext.h55 } UNSUPPORT_INFO; typedef
66 DLLEXPORT FPDF_BOOL STDCALL FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info);
/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp15 CFSDK_UnsupportInfo_Adapter(UNSUPPORT_INFO* unsp_info){ m_unsp_info = unsp_info;} in CFSDK_UnsupportInfo_Adapter()
20 UNSUPPORT_INFO* m_unsp_info;
47 DLLEXPORT FPDF_BOOL STDCALL FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info) in FSDK_SetUnSpObjProcessHandler()
/external/pdfium/testing/
Dembedder_test.h23 public UNSUPPORT_INFO,
98 static void UnsupportedHandlerTrampoline(UNSUPPORT_INFO*, int type);
Dembedder_test.cpp164 UNSUPPORT_INFO* info = static_cast<UNSUPPORT_INFO*>(this); in SetUp()
165 memset(info, 0, sizeof(UNSUPPORT_INFO)); in SetUp()
279 void EmbedderTest::UnsupportedHandlerTrampoline(UNSUPPORT_INFO* info, in UnsupportedHandlerTrampoline()
/external/pdfium/samples/
Dpdfium_test.cc285 void ExampleUnsupportedHandler(UNSUPPORT_INFO*, int type) { in ExampleUnsupportedHandler() argument
604 UNSUPPORT_INFO unsuppored_info; in main()