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

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 71 virtual ExitType GetLastSessionExitType() OVERRIDE;
profile.h 365 virtual ExitType GetLastSessionExitType() = 0;
off_the_record_profile_impl.cc 426 Profile::ExitType OffTheRecordProfileImpl::GetLastSessionExitType() {
427 return profile_->GetLastSessionExitType();
profile_impl.h 133 virtual ExitType GetLastSessionExitType() OVERRIDE;
profile_impl.cc 593 if (GetLastSessionExitType() == Profile::EXIT_CRASHED ||
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 207 Profile::ExitType FakeProfile::GetLastSessionExitType() {
fake_profile.h 100 virtual ExitType GetLastSessionExitType() OVERRIDE;
  /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 304 return profile_->GetLastSessionExitType() != Profile::EXIT_CRASHED;
  /external/chromium_org/chrome/test/base/
testing_profile.h 294 virtual ExitType GetLastSessionExitType() OVERRIDE;
testing_profile.cc 904 Profile::ExitType TestingProfile::GetLastSessionExitType() {
    [all...]
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.cc 271 if ((*iter)->GetLastSessionExitType() == Profile::EXIT_CRASHED) {
623 if (profile->GetLastSessionExitType() == Profile::EXIT_CRASHED) {
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 729 return profile->GetLastSessionExitType() == Profile::EXIT_CRASHED &&
startup_browser_creator_impl.cc 621 if (profile_->GetLastSessionExitType() == Profile::EXIT_CRASHED &&
    [all...]
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 341 Profile::ExitType exit_type = profile()->GetLastSessionExitType();
    [all...]

Completed in 198 milliseconds