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

  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 313 profile->SetExitType(Profile::EXIT_CRASHED);
368 profile->SetExitType(Profile::EXIT_CRASHED);
422 profile->SetExitType(Profile::EXIT_CRASHED);
profile.h 127 EXIT_CRASHED,
344 // EXIT_CRASHED to one of the other values) is written to prefs, any
profile_impl.cc 171 // Value written to prefs for EXIT_CRASHED and EXIT_SESSION_ENDED.
233 return Profile::EXIT_CRASHED;
244 case Profile::EXIT_CRASHED:
623 if (GetLastSessionExitType() == Profile::EXIT_CRASHED ||
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc 34 return browser->profile()->GetLastSessionExitType() == Profile::EXIT_CRASHED ?
  /external/chromium_org/chrome/browser/extensions/
settings_api_bubble_controller.cc 305 return profile_->GetLastSessionExitType() != Profile::EXIT_CRASHED;
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc     [all...]
startup_browser_creator.cc 728 return profile->GetLastSessionExitType() == Profile::EXIT_CRASHED &&
startup_browser_creator_impl.cc 609 if (profile_->GetLastSessionExitType() == Profile::EXIT_CRASHED &&
    [all...]
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 342 (exit_type == Profile::EXIT_CRASHED ||
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 944 return last_session_exited_cleanly_ ? EXIT_NORMAL : EXIT_CRASHED;
    [all...]

Completed in 372 milliseconds