Searched defs:SwappedOut (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_delegate.h67 virtual void SwappedOut(RenderFrameHost* render_frame_host) {} function in class:content::RenderFrameHostDelegate
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h135 virtual void SwappedOut(WebContents* source) {} function in class:content::WebContentsDelegate
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc153 // - Once the unload handler is finished, RVHM::SwappedOut checks if a transfer
3700 void WebContentsImpl::SwappedOut(RenderFrameHost* rfh) { function in class:content::WebContentsImpl
3702 delegate_->SwappedOut(this);

Completed in 929 milliseconds