Searched refs:RenderViewDeleted (Results 1 - 25 of 28) sorted by path

12

/external/chromium_org/chrome/browser/android/webapps/
H A Dsingle_tab_mode_tab_helper.cc76 void SingleTabModeTabHelper::RenderViewDeleted( function in class:SingleTabModeTabHelper
H A Dsingle_tab_mode_tab_helper.h45 virtual void RenderViewDeleted(content::RenderViewHost* render_view_host)
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_helper.cc62 void CaptivePortalTabHelper::RenderViewDeleted( function in class:CaptivePortalTabHelper
H A Dcaptive_portal_tab_helper.h66 virtual void RenderViewDeleted(
H A Dcaptive_portal_tab_helper_unittest.cc142 tab_helper().RenderViewDeleted(render_view_host);
177 tab_helper().RenderViewDeleted(render_view_host);
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc282 RenderViewDeleted(content::Source<content::RenderViewHost>(source).ptr());
310 void WebNavigationTabObserver::RenderViewDeleted( function in class:extensions::WebNavigationTabObserver
H A Dweb_navigation_api.h57 virtual void RenderViewDeleted(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.cc42 virtual void RenderViewDeleted(content::RenderViewHost* host) OVERRIDE {
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc150 void ThumbnailTabHelper::RenderViewDeleted( function in class:ThumbnailTabHelper
H A Dthumbnail_tab_helper.h42 virtual void RenderViewDeleted(
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc593 void ExtensionSettingsHandler::RenderViewDeleted( function in class:extensions::ExtensionSettingsHandler
H A Dextension_settings_handler.h102 virtual void RenderViewDeleted(
/external/chromium_org/content/browser/devtools/
H A Drender_view_devtools_agent_host.cc285 void RenderViewDevToolsAgentHost::RenderViewDeleted(RenderViewHost* rvh) { function in class:content::RenderViewDevToolsAgentHost
H A Drender_view_devtools_agent_host.h72 virtual void RenderViewDeleted(RenderViewHost* rvh) OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_browsertest.cc1159 virtual void RenderViewDeleted(RenderViewHost* rvh) OVERRIDE {
H A Drender_frame_host_manager_unittest.cc114 virtual void RenderViewDeleted(RenderViewHost* render_view_host) OVERRIDE {
679 virtual void RenderViewDeleted(
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h105 virtual void RenderViewDeleted(RenderViewHost* render_view_host) {} function in class:content::RenderViewHostDelegate
H A Drender_view_host_impl.cc237 delegate_->RenderViewDeleted(this);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc441 RenderViewDeleted(root->pending_render_view_host()));
446 RenderViewDeleted(root->current_host()));
3640 void WebContentsImpl::RenderViewDeleted(RenderViewHost* rvh) { function in class:content::WebContentsImpl
3641 FOR_EACH_OBSERVER(WebContentsObserver, observers_, RenderViewDeleted(rvh));
H A Dweb_contents_impl.h413 virtual void RenderViewDeleted(RenderViewHost* render_view_host) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h74 virtual void RenderViewDeleted(RenderViewHost* render_view_host) {} function in class:content::WebContentsObserver
79 // RenderViewDeleted method will be invoked.
/external/chromium_org/extensions/browser/
H A Dextension_function.cc132 virtual void RenderViewDeleted(
H A Dextension_function_dispatcher.cc159 virtual void RenderViewDeleted(
H A Dextension_host.cc371 void ExtensionHost::RenderViewDeleted(RenderViewHost* render_view_host) { function in class:extensions::ExtensionHost
H A Dextension_host.h82 virtual void RenderViewDeleted(

Completed in 1327 milliseconds

12