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

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.h226 // Sets the RVH for |this| as pending shutdown. |on_swap_out| will be called
228 void SetPendingShutdown(const base::Closure& on_swap_out);
H A Drender_frame_host_impl.cc1180 void RenderFrameHostImpl::SetPendingShutdown(const base::Closure& on_swap_out) { argument
1181 render_view_host_->SetPendingShutdown(on_swap_out);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h256 // Set |this| as pending shutdown. |on_swap_out| will be called
258 void SetPendingShutdown(const base::Closure& on_swap_out);
H A Drender_view_host_impl.cc558 void RenderViewHostImpl::SetPendingShutdown(const base::Closure& on_swap_out) { argument
559 pending_shutdown_on_swap_out_ = on_swap_out;

Completed in 193 milliseconds