Home
last modified time | relevance | path

Searched refs:shutdown_module (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/public/common/
Dpepper_plugin_info.h30 PPP_ShutdownModuleFunc shutdown_module; // Optional, may be NULL. member
Dpepper_plugin_info.cc14 shutdown_module(NULL) { in EntryPoints()
/external/chromium_org/content/ppapi_plugin/
Dppapi_thread.cc90 if (plugin_entry_points_.shutdown_module) in Shutdown()
91 plugin_entry_points_.shutdown_module(); in Shutdown()
259 plugin_entry_points_.shutdown_module = in OnLoadPlugin()
/external/chromium_org/content/renderer/pepper/
Dplugin_module.cc377 entry_points->shutdown_module = in LoadEntryPointsFromLibrary()
444 if (entry_points_.shutdown_module) in ~PluginModule()
445 entry_points_.shutdown_module(); in ~PluginModule()
/external/chromium/chrome/common/
Dchrome_content_client.cc107 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule; in ComputeBuiltInPlugins()
/external/chromium_org/chrome/common/
Dchrome_content_client.cc326 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule; in ComputeBuiltInPlugins()