Searched refs:WillKeepAlive (Results 1 – 7 of 7) sorted by relevance
133 EXPECT_TRUE(chrome::WillKeepAlive()); in AssertBackgroundModeActive()140 EXPECT_FALSE(chrome::WillKeepAlive()); in AssertBackgroundModeInactive()147 EXPECT_FALSE(chrome::WillKeepAlive()); in AssertBackgroundModeSuspended()304 EXPECT_FALSE(chrome::WillKeepAlive()); in TEST_F()399 EXPECT_FALSE(chrome::WillKeepAlive()); in TEST_F()439 EXPECT_FALSE(chrome::WillKeepAlive()); in TEST_F()483 EXPECT_FALSE(chrome::WillKeepAlive()); in TEST_F()498 EXPECT_TRUE(chrome::WillKeepAlive()); in TEST_F()509 EXPECT_TRUE(chrome::WillKeepAlive()); in TEST_F()523 EXPECT_FALSE(chrome::WillKeepAlive()); in TEST_F()[all …]
539 DCHECK(chrome::WillKeepAlive()); in ExecuteCommand()
119 (browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive())) { in CloseAllBrowsers()319 if (!WillKeepAlive()) in IncrementKeepAliveCount()334 if (!WillKeepAlive()) { in DecrementKeepAliveCount()347 bool WillKeepAlive() { in WillKeepAlive() function
99 bool WillKeepAlive();
112 EXPECT_TRUE(chrome::WillKeepAlive()); in IN_PROC_BROWSER_TEST_F()118 EXPECT_FALSE(chrome::WillKeepAlive()); in IN_PROC_BROWSER_TEST_F()
1179 return chrome::GetTotalBrowserCount() == 0 && chrome::WillKeepAlive() && in CanAutorestartForUpdate()
663 browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive(); in OnWindowClosing()