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

  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.h 76 virtual void PluginDestroyed() OVERRIDE;
webview_plugin.h 47 virtual void PluginDestroyed() = 0;
plugin_placeholder.cc 175 void PluginPlaceholder::PluginDestroyed() {
webview_plugin.cc 118 delegate_->PluginDestroyed();
  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 42 // PluginDestroyed is called.
55 virtual void PluginDestroyed() = 0;
webplugin_delegate_impl.cc 42 void WebPluginDelegateImpl::PluginDestroyed() {
webplugin_delegate_impl.h 85 virtual void PluginDestroyed() OVERRIDE;
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 59 virtual void PluginDestroyed() OVERRIDE;
webplugin_impl.cc 253 plugin_delegate->PluginDestroyed();
    [all...]
webplugin_delegate_proxy.cc 232 void WebPluginDelegateProxy::PluginDestroyed() {
    [all...]
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 49 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 1021 milliseconds