Home
last modified time | relevance | path

Searched refs:NotifyViewSwapped (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h915 void NotifyViewSwapped(RenderViewHost* old_host, RenderViewHost* new_host); in NON_EXPORTED_BASE()
Dweb_contents_impl.cc3323 void WebContentsImpl::NotifyViewSwapped(RenderViewHost* old_host, in NotifyViewSwapped() function in content::WebContentsImpl
4066 NotifyViewSwapped(old_host ? old_host->GetRenderViewHost() : NULL, in NotifySwappedFromRenderManager()