Home
last modified time | relevance | path

Searched refs:RenderViewSwappedIn (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_guest.cc171 void WebContentsViewGuest::RenderViewSwappedIn(RenderViewHost* host) { in RenderViewSwappedIn() function in content::WebContentsViewGuest
172 platform_view_->RenderViewSwappedIn(host); in RenderViewSwappedIn()
Dweb_contents_view.h101 virtual void RenderViewSwappedIn(RenderViewHost* host) = 0;
Dweb_contents_view_android.h52 virtual void RenderViewSwappedIn(RenderViewHost* host) OVERRIDE;
Dweb_contents_view_guest.h65 virtual void RenderViewSwappedIn(RenderViewHost* host) OVERRIDE;
Dweb_contents_view_mac.h90 virtual void RenderViewSwappedIn(RenderViewHost* host) OVERRIDE;
Dweb_contents_view_android.cc153 void WebContentsViewAndroid::RenderViewSwappedIn(RenderViewHost* host) { in RenderViewSwappedIn() function in content::WebContentsViewAndroid
Dweb_contents_view_aura.h125 virtual void RenderViewSwappedIn(RenderViewHost* host) OVERRIDE;
Dweb_contents_view_mac.mm349 void WebContentsViewMac::RenderViewSwappedIn(RenderViewHost* host) {
Dweb_contents_view_aura.cc1165 void WebContentsViewAura::RenderViewSwappedIn(RenderViewHost* host) { in RenderViewSwappedIn() function in content::WebContentsViewAura
Dweb_contents_impl.cc4073 view_->RenderViewSwappedIn(new_host->GetRenderViewHost()); in NotifySwappedFromRenderManager()