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

  /external/chromium_org/chrome/browser/
browser_shutdown.h 67 bool IsTryingToQuit();
browser_shutdown.cc 338 bool IsTryingToQuit() {
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager_browsertest.cc 288 EXPECT_FALSE(browser_shutdown::IsTryingToQuit());
296 EXPECT_TRUE(browser_shutdown::IsTryingToQuit());
311 EXPECT_FALSE(browser_shutdown::IsTryingToQuit());
320 EXPECT_TRUE(browser_shutdown::IsTryingToQuit());
336 EXPECT_FALSE(browser_shutdown::IsTryingToQuit());
354 EXPECT_TRUE(browser_shutdown::IsTryingToQuit());
387 EXPECT_FALSE(browser_shutdown::IsTryingToQuit());
400 EXPECT_FALSE(browser_shutdown::IsTryingToQuit());
411 EXPECT_TRUE(browser_shutdown::IsTryingToQuit());
443 EXPECT_FALSE(browser_shutdown::IsTryingToQuit());
    [all...]
browser_close_manager.cc 127 if (!browser_shutdown::IsTryingToQuit()) {
application_lifetime.cc 117 (browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive())) {
319 !browser_shutdown::IsTryingToQuit() &&
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ashwin.cc 35 !browser_shutdown::IsTryingToQuit()) {
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.cc 95 if (!browser_shutdown::IsTryingToQuit()) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_dialog.cc 138 // crash. Note: IsTryingToQuit can be cancelled on other platforms by the
139 // onbeforeunload handler, except on ChromeOS. So IsTryingToQuit is the
143 browser_shutdown::IsTryingToQuit()) {
  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.cc 151 if (browser_shutdown::IsTryingToQuit())
  /external/chromium_org/chrome/browser/ui/
browser_list.cc 101 (browser_shutdown::IsTryingToQuit() ||
browser.cc 650 browser_shutdown::IsTryingToQuit() || !chrome::WillKeepAlive();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 270 if (browser_shutdown::IsTryingToQuit())
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 151 if (browser_shutdown::IsTryingToQuit())
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 340 browser_shutdown::IsTryingToQuit()) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 91 if (browser_shutdown::IsTryingToQuit())
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 189 CHECK(!browser_shutdown::IsTryingToQuit());
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.cc     [all...]

Completed in 542 milliseconds