Searched refs:FastShutdownForPageCount (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/browser/
H A Drender_process_host.h158 virtual bool FastShutdownForPageCount(size_t count) = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h68 virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
H A Dmock_render_process_host.cc205 bool MockRenderProcessHost::FastShutdownForPageCount(size_t count) { function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h123 virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
H A Drender_process_host_impl.cc1608 bool RenderProcessHostImpl::FastShutdownForPageCount(size_t count) { function in class:content::RenderProcessHostImpl
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc1239 iter->first->FastShutdownForPageCount(iter->second);

Completed in 2102 milliseconds