Searched refs:FastShutdownStarted (Results 1 – 7 of 7) sorted by relevance
119 virtual bool FastShutdownStarted() const = 0;
55 virtual bool FastShutdownStarted() const OVERRIDE;
125 bool MockRenderProcessHost::FastShutdownStarted() const { in FastShutdownStarted() function in content::MockRenderProcessHost
119 virtual bool FastShutdownStarted() const OVERRIDE;
1502 bool RenderProcessHostImpl::FastShutdownStarted() const { in FastShutdownStarted() function in content::RenderProcessHostImpl
248 if (process_host && process_host->FastShutdownStarted()) in RenderProcessGone()
1740 EXPECT_TRUE(contents1->GetRenderProcessHost()->FastShutdownStarted()); in TEST_F()1761 EXPECT_FALSE(contents1->GetRenderProcessHost()->FastShutdownStarted()); in TEST_F()