Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/background/
Dbackground_mode_manager_unittest.cc133 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 …]
Dbackground_mode_manager.cc539 DCHECK(chrome::WillKeepAlive()); in ExecuteCommand()
/external/chromium_org/chrome/browser/lifetime/
Dapplication_lifetime.cc119 (browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive())) { in CloseAllBrowsers()
319 if (!WillKeepAlive()) in IncrementKeepAliveCount()
334 if (!WillKeepAlive()) { in DecrementKeepAliveCount()
347 bool WillKeepAlive() { in WillKeepAlive() function
Dapplication_lifetime.h99 bool WillKeepAlive();
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_views_browsertest.cc112 EXPECT_TRUE(chrome::WillKeepAlive()); in IN_PROC_BROWSER_TEST_F()
118 EXPECT_FALSE(chrome::WillKeepAlive()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/
Dbrowser_process_impl.cc1179 return chrome::GetTotalBrowserCount() == 0 && chrome::WillKeepAlive() && in CanAutorestartForUpdate()
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc663 browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive(); in OnWindowClosing()