Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_ext.h62 } UNSUPPORT_INFO; typedef
70 FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info);
/external/pdfium/testing/fuzzers/
Dpdf_fuzzer_init_public.cc80 unsupport_info.FSDK_UnSupport_Handler = [](UNSUPPORT_INFO*, int) {}; in TestCase() argument
90 UNSUPPORT_INFO unsupport_info;
/external/pdfium/fpdfsdk/
Dcpdfsdk_helpers.cpp29 UNSUPPORT_INFO* g_unsupport_info = nullptr;
319 void SetPDFUnsupportInfo(UNSUPPORT_INFO* unsp_info) { in SetPDFUnsupportInfo()
323 UNSUPPORT_INFO* GetPDFUnssuportInto() { in GetPDFUnssuportInto()
Dcpdfsdk_helpers.h264 void SetPDFUnsupportInfo(UNSUPPORT_INFO* unsp_info);
265 UNSUPPORT_INFO* GetPDFUnssuportInto();
Dfpdf_ext.cpp68 FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info) { in FSDK_SetUnSpObjProcessHandler()
/external/pdfium/testing/
Dembedder_test.h31 public UNSUPPORT_INFO,
272 static void UnsupportedHandlerTrampoline(UNSUPPORT_INFO*, int type);
Dembedder_test.cpp74 UNSUPPORT_INFO* info = static_cast<UNSUPPORT_INFO*>(this); in SetUp()
75 memset(info, 0, sizeof(UNSUPPORT_INFO)); in SetUp()
566 void EmbedderTest::UnsupportedHandlerTrampoline(UNSUPPORT_INFO* info, in UnsupportedHandlerTrampoline()
/external/pdfium/samples/
Dpdfium_test.cc331 void ExampleUnsupportedHandler(UNSUPPORT_INFO*, int type) { in ExampleUnsupportedHandler() argument
1126 UNSUPPORT_INFO unsupported_info = {}; in main()