FastShutdownStarted 1740 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     EXPECT_TRUE(contents1->GetRenderProcessHost()->FastShutdownStarted());
FastShutdownStarted 1761 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     EXPECT_FALSE(contents1->GetRenderProcessHost()->FastShutdownStarted());
FastShutdownStarted  128 content/browser/renderer_host/render_process_host_impl.h   virtual bool FastShutdownStarted() const OVERRIDE;
FastShutdownStarted  120 content/public/browser/render_process_host.h   virtual bool FastShutdownStarted() const = 0;
FastShutdownStarted   55 content/public/test/mock_render_process_host.h   virtual bool FastShutdownStarted() const OVERRIDE;
FastShutdownStarted  243 extensions/browser/extension_host.cc   if (process_host && process_host->FastShutdownStarted())