FastShutdownIfPossible  128 chrome/browser/browser_shutdown.cc     if (!i.GetCurrentValue()->FastShutdownIfPossible())
FastShutdownIfPossible 1610 content/browser/renderer_host/render_process_host_impl.cc     return FastShutdownIfPossible();
FastShutdownIfPossible  108 content/browser/renderer_host/render_process_host_impl.h   virtual bool FastShutdownIfPossible() OVERRIDE;
FastShutdownIfPossible  117 content/public/browser/render_process_host.h   virtual bool FastShutdownIfPossible() = 0;
FastShutdownIfPossible  151 content/public/test/content_browser_test.cc     i.GetCurrentValue()->FastShutdownIfPossible();
FastShutdownIfPossible  244 content/public/test/mock_render_process_host.cc     return FastShutdownIfPossible();
FastShutdownIfPossible   54 content/public/test/mock_render_process_host.h   virtual bool FastShutdownIfPossible() OVERRIDE;