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

  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 43 // PluginDestroyed is called.
57 virtual void PluginDestroyed() = 0;
webplugin_delegate_impl.cc 40 void WebPluginDelegateImpl::PluginDestroyed() {
webplugin_delegate_impl.h 89 virtual void PluginDestroyed() OVERRIDE;
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 55 virtual void PluginDestroyed() OVERRIDE;
webplugin_impl.cc 261 plugin_delegate->PluginDestroyed();
    [all...]
webplugin_delegate_proxy.cc 234 void WebPluginDelegateProxy::PluginDestroyed() {
    [all...]
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 48 delegate->PluginDestroyed();
50 // PluginDestroyed can call into script, so only unregister as an object
306 // We will delete the stub immediately before calling PluginDestroyed on the

Completed in 1282 milliseconds