Searched refs:SetPendingShutdown (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.h228 void SetPendingShutdown(const base::Closure& on_swap_out);
H A Drender_frame_host_impl.cc1180 void RenderFrameHostImpl::SetPendingShutdown(const base::Closure& on_swap_out) { function in class:content::RenderFrameHostImpl
1181 render_view_host_->SetPendingShutdown(on_swap_out);
H A Drender_frame_host_manager.cc698 swapped_out_rfh->SetPendingShutdown(base::Bind(
1338 old_render_frame_host->render_view_host()->SetPendingShutdown(base::Bind(
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h258 void SetPendingShutdown(const base::Closure& on_swap_out);
H A Drender_view_host_impl.cc558 void RenderViewHostImpl::SetPendingShutdown(const base::Closure& on_swap_out) { function in class:content::RenderViewHostImpl

Completed in 207 milliseconds