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

  /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 90 if (plugin_entry_points_.shutdown_module)
91 plugin_entry_points_.shutdown_module();
259 plugin_entry_points_.shutdown_module =
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 375 // It's okay for PPP_ShutdownModule to not be defined and shutdown_module to
377 entry_points->shutdown_module =
444 if (entry_points_.shutdown_module)
445 entry_points_.shutdown_module();
  /external/chromium/chrome/common/
chrome_content_client.cc 107 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule;
  /external/chromium_org/chrome/common/
chrome_content_client.cc 326 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule;

Completed in 52 milliseconds