Home
last modified time | relevance | path

Searched refs:RouteCloseEvent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate.h132 virtual void RouteCloseEvent(RenderViewHost* rvh) {} in RouteCloseEvent() function
Drender_view_host_impl.cc1224 delegate_->RouteCloseEvent(this); in OnRouteCloseEvent()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h379 virtual void RouteCloseEvent(RenderViewHost* rvh) OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc3611 void WebContentsImpl::RouteCloseEvent(RenderViewHost* rvh) { in RouteCloseEvent() function in content::WebContentsImpl