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

  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_module.cc 36 shutdown_module(NULL) {}
45 if (entry_points_.shutdown_module)
46 entry_points_.shutdown_module();
97 // It's okay for PPP_ShutdownModule to not be defined and |shutdown_module| to
99 entry_points_.shutdown_module =
plugin_module.h 44 PP_ShutdownModule_Func shutdown_module; // Optional, may be NULL. member in struct:mojo::examples::PluginModule::EntryPoints
  /external/chromium_org/content/public/common/
pepper_plugin_info.h 30 PPP_ShutdownModuleFunc shutdown_module; // Optional, may be NULL. member in struct:content::PepperPluginInfo::EntryPoints
pepper_plugin_info.cc 14 shutdown_module(NULL) {
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 129 if (plugin_entry_points_.shutdown_module)
130 plugin_entry_points_.shutdown_module();
302 plugin_entry_points_.shutdown_module =
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 362 // It's okay for PPP_ShutdownModule to not be defined and shutdown_module to
364 entry_points->shutdown_module =
431 if (entry_points_.shutdown_module)
432 entry_points_.shutdown_module();
  /external/chromium_org/chrome/common/
chrome_content_client.cc 328 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule;

Completed in 160 milliseconds