Searched refs:FastShutdownStarted (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/public/browser/
H A Drender_process_host.h112 virtual bool FastShutdownStarted() const = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h51 virtual bool FastShutdownStarted() const OVERRIDE;
H A Dmock_render_process_host.cc115 bool MockRenderProcessHost::FastShutdownStarted() const { function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_process_manager.cc29 if (!rph || rph->FastShutdownStarted())
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h124 virtual bool FastShutdownStarted() const OVERRIDE;
H A Drender_process_host_impl.cc1614 bool RenderProcessHostImpl::FastShutdownStarted() const { function in class:content::RenderProcessHostImpl
/external/chromium_org/extensions/browser/
H A Dextension_host.cc244 if (process_host && process_host->FastShutdownStarted())
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_service_impl.cc97 if (!render_process || render_process->FastShutdownStarted()) {
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc1778 EXPECT_TRUE(contents1->GetRenderProcessHost()->FastShutdownStarted());
1799 EXPECT_FALSE(contents1->GetRenderProcessHost()->FastShutdownStarted());

Completed in 867 milliseconds