Searched refs:WillDestroyWindow (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin.h48 virtual void WillDestroyWindow(gfx::PluginWindowHandle window) = 0;
H A Dwebplugin_delegate_impl_win.cc523 plugin_->WillDestroyWindow(windowed_handle_);
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.h56 virtual void WillDestroyWindow(gfx::PluginWindowHandle window) OVERRIDE;
H A Dwebplugin_proxy.cc92 void WebPluginProxy::WillDestroyWindow(gfx::PluginWindowHandle window) { function in class:content::WebPluginProxy
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc248 WillDestroyWindow();
485 WillDestroyWindow();
895 void WebPluginDelegateProxy::WillDestroyWindow() { function in class:content::WebPluginDelegateProxy
897 plugin_->WillDestroyWindow(window_);
H A Dwebplugin_delegate_proxy.h251 void WillDestroyWindow();
H A Dwebplugin_impl.h99 virtual void WillDestroyWindow(gfx::PluginWindowHandle window) OVERRIDE;
H A Dwebplugin_impl.cc592 void WebPluginImpl::WillDestroyWindow(gfx::PluginWindowHandle window) { function in class:content::WebPluginImpl

Completed in 597 milliseconds