Searched refs:SwappedOut (Results 1 – 8 of 8) sorted by relevance
178 void SwappedOut(RenderViewHost* render_view_host);
244 void RenderFrameHostManager::SwappedOut(RenderViewHost* render_view_host) { in SwappedOut() function in content::RenderFrameHostManager
204 virtual void SwappedOut(RenderViewHost* render_view_host) {} in SwappedOut() function
758 delegate_->SwappedOut(this); in OnSwappedOut()
132 virtual void SwappedOut(WebContents* source) {} in SwappedOut() function
3130 void WebContentsImpl::SwappedOut(RenderViewHost* rvh) { in SwappedOut() function in content::WebContentsImpl3132 delegate_->SwappedOut(this); in SwappedOut()3135 GetRenderManager()->SwappedOut(rvh); in SwappedOut()
334 virtual void SwappedOut(RenderViewHost* render_view_host) OVERRIDE; in NON_EXPORTED_BASE()
183 virtual void SwappedOut(WebContents* source) OVERRIDE { in SwappedOut() function in prerender::PrerenderManager::OnCloseWebContentsDeleter