Searched refs:PluginDestroyed (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/plugins/renderer/
H A Dplugin_placeholder.h76 virtual void PluginDestroyed() OVERRIDE;
H A Dwebview_plugin.h50 virtual void PluginDestroyed() = 0;
H A Dplugin_placeholder.cc175 void PluginPlaceholder::PluginDestroyed() { function in class:plugins::PluginPlaceholder
H A Dwebview_plugin.cc119 delegate_->PluginDestroyed();
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate.h42 // PluginDestroyed is called.
55 virtual void PluginDestroyed() = 0;
H A Dwebplugin_delegate_impl.cc42 void WebPluginDelegateImpl::PluginDestroyed() { function in class:content::WebPluginDelegateImpl
H A Dwebplugin_delegate_impl.h85 virtual void PluginDestroyed() OVERRIDE;
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h59 virtual void PluginDestroyed() OVERRIDE;
H A Dwebplugin_impl.cc252 plugin_delegate->PluginDestroyed();
1479 // Call PluginDestroyed() first to prevent the plugin from calling us back
1487 delegate_->PluginDestroyed();
H A Dwebplugin_delegate_proxy.cc232 void WebPluginDelegateProxy::PluginDestroyed() { function in class:content::WebPluginDelegateProxy
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc49 delegate->PluginDestroyed();
51 // PluginDestroyed can call into script, so only unregister as an object
308 // We will delete the stub immediately before calling PluginDestroyed on the

Completed in 148 milliseconds