shutdown_module   326 chrome/common/chrome_content_client.cc   info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule;
shutdown_module   131 content/ppapi_plugin/ppapi_thread.cc   if (plugin_entry_points_.shutdown_module)
shutdown_module   132 content/ppapi_plugin/ppapi_thread.cc     plugin_entry_points_.shutdown_module();
shutdown_module   312 content/ppapi_plugin/ppapi_thread.cc     plugin_entry_points_.shutdown_module =
shutdown_module    30 content/public/common/pepper_plugin_info.h     PPP_ShutdownModuleFunc shutdown_module;  // Optional, may be NULL.
shutdown_module   376 content/renderer/pepper/plugin_module.cc   entry_points->shutdown_module =
shutdown_module   443 content/renderer/pepper/plugin_module.cc   if (entry_points_.shutdown_module)
shutdown_module   444 content/renderer/pepper/plugin_module.cc     entry_points_.shutdown_module();
shutdown_module    45 mojo/examples/pepper_container_app/plugin_module.cc   if (entry_points_.shutdown_module)
shutdown_module    46 mojo/examples/pepper_container_app/plugin_module.cc     entry_points_.shutdown_module();
shutdown_module    99 mojo/examples/pepper_container_app/plugin_module.cc   entry_points_.shutdown_module =
shutdown_module    44 mojo/examples/pepper_container_app/plugin_module.h     PP_ShutdownModule_Func shutdown_module;  // Optional, may be NULL.