HomeSort by relevance Sort by last modified time
    Searched refs:UNSUPPORT_INFO (Results 1 - 5 of 5) sorted by null

  /external/pdfium/public/
fpdf_ext.h 54 } UNSUPPORT_INFO;
60 * unsp_info - Pointer to a UNSUPPORT_INFO structure.
66 FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info);
  /external/pdfium/testing/
embedder_test.h 28 public UNSUPPORT_INFO,
36 // Equivalent to UNSUPPORT_INFO::FSDK_UnSupport_Handler().
136 static void UnsupportedHandlerTrampoline(UNSUPPORT_INFO*, int type);
embedder_test.cpp 71 UNSUPPORT_INFO* info = static_cast<UNSUPPORT_INFO*>(this);
72 memset(info, 0, sizeof(UNSUPPORT_INFO));
280 void EmbedderTest::UnsupportedHandlerTrampoline(UNSUPPORT_INFO* info,
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 20 CFSDK_UnsupportInfo_Adapter(UNSUPPORT_INFO* unsp_info) {
26 UNSUPPORT_INFO* m_unsp_info;
52 FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info) {
  /external/pdfium/samples/
pdfium_test.cc 208 void ExampleUnsupportedHandler(UNSUPPORT_INFO*, int type) {
603 UNSUPPORT_INFO unsuppored_info;

Completed in 296 milliseconds