Home
last modified time | relevance | path

Searched refs:on_swap_out (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/frame_host/
Drender_frame_host_impl.h228 void SetPendingShutdown(const base::Closure& on_swap_out);
Drender_frame_host_impl.cc1180 void RenderFrameHostImpl::SetPendingShutdown(const base::Closure& on_swap_out) { in SetPendingShutdown() argument
1181 render_view_host_->SetPendingShutdown(on_swap_out); in SetPendingShutdown()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h258 void SetPendingShutdown(const base::Closure& on_swap_out);
Drender_view_host_impl.cc558 void RenderViewHostImpl::SetPendingShutdown(const base::Closure& on_swap_out) { in SetPendingShutdown() argument
559 pending_shutdown_on_swap_out_ = on_swap_out; in SetPendingShutdown()