Searched refs:SwappedOut (Results 1 – 8 of 8) sorted by relevance
56 virtual void SwappedOut(RenderFrameHost* render_frame_host) {} in SwappedOut() function
539 delegate_->SwappedOut(this); in SwapOut()542 frame_tree_node_->render_manager()->SwappedOut(this); in SwapOut()612 frame_tree_node_->render_manager()->SwappedOut(this); in OnSwappedOut()
225 void SwappedOut(RenderFrameHostImpl* render_frame_host);
360 void RenderFrameHostManager::SwappedOut( in SwappedOut() function in content::RenderFrameHostManager
136 virtual void SwappedOut(WebContents* source) {} in SwappedOut() function
329 virtual void SwappedOut(RenderFrameHost* render_frame_host) OVERRIDE; in NON_EXPORTED_BASE()
3482 void WebContentsImpl::SwappedOut(RenderFrameHost* rfh) { in SwappedOut() function in content::WebContentsImpl3484 delegate_->SwappedOut(this); in SwappedOut()
191 virtual void SwappedOut(WebContents* source) OVERRIDE { in SwappedOut() function in prerender::PrerenderManager::OnCloseWebContentsDeleter