HomeSort by relevance Sort by last modified time
    Searched refs:WillKeepAlive (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.h 99 bool WillKeepAlive();
application_lifetime.cc 119 (browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive())) {
319 if (!WillKeepAlive())
334 if (!WillKeepAlive()) {
347 bool WillKeepAlive() {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_views_browsertest.cc 112 EXPECT_TRUE(chrome::WillKeepAlive());
118 EXPECT_FALSE(chrome::WillKeepAlive());
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 133 EXPECT_TRUE(chrome::WillKeepAlive());
140 EXPECT_FALSE(chrome::WillKeepAlive());
147 EXPECT_FALSE(chrome::WillKeepAlive());
304 EXPECT_FALSE(chrome::WillKeepAlive());
399 EXPECT_FALSE(chrome::WillKeepAlive());
439 EXPECT_FALSE(chrome::WillKeepAlive());
483 EXPECT_FALSE(chrome::WillKeepAlive());
498 EXPECT_TRUE(chrome::WillKeepAlive());
509 EXPECT_TRUE(chrome::WillKeepAlive());
523 EXPECT_FALSE(chrome::WillKeepAlive());
    [all...]
background_mode_manager.cc 539 DCHECK(chrome::WillKeepAlive());
  /external/chromium_org/chrome/browser/
browser_process_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc 663 browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive();
    [all...]

Completed in 7371 milliseconds