Home
last modified time | relevance | path

Searched refs:FastShutdownStarted (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/public/browser/
Drender_process_host.h119 virtual bool FastShutdownStarted() const = 0;
/external/chromium_org/content/public/test/
Dmock_render_process_host.h55 virtual bool FastShutdownStarted() const OVERRIDE;
Dmock_render_process_host.cc125 bool MockRenderProcessHost::FastShutdownStarted() const { in FastShutdownStarted() function in content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h119 virtual bool FastShutdownStarted() const OVERRIDE;
Drender_process_host_impl.cc1502 bool RenderProcessHostImpl::FastShutdownStarted() const { in FastShutdownStarted() function in content::RenderProcessHostImpl
/external/chromium_org/chrome/browser/extensions/
Dextension_host.cc248 if (process_host && process_host->FastShutdownStarted()) in RenderProcessGone()
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model_unittest.cc1740 EXPECT_TRUE(contents1->GetRenderProcessHost()->FastShutdownStarted()); in TEST_F()
1761 EXPECT_FALSE(contents1->GetRenderProcessHost()->FastShutdownStarted()); in TEST_F()