GetLastSessionExitType 289 chrome/browser/extensions/settings_api_bubble_controller.cc return profile_->GetLastSessionExitType() != Profile::EXIT_CRASHED; GetLastSessionExitType 269 chrome/browser/performance_monitor/performance_monitor.cc if ((*iter)->GetLastSessionExitType() == Profile::EXIT_CRASHED) { GetLastSessionExitType 621 chrome/browser/performance_monitor/performance_monitor.cc if (profile->GetLastSessionExitType() == Profile::EXIT_CRASHED) { GetLastSessionExitType 469 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->GetLastSessionExitType(); GetLastSessionExitType 70 chrome/browser/profiles/off_the_record_profile_impl.h virtual ExitType GetLastSessionExitType() OVERRIDE; GetLastSessionExitType 356 chrome/browser/profiles/profile.h virtual ExitType GetLastSessionExitType() = 0; GetLastSessionExitType 590 chrome/browser/profiles/profile_impl.cc if (GetLastSessionExitType() == Profile::EXIT_CRASHED || GetLastSessionExitType 146 chrome/browser/profiles/profile_impl.h virtual ExitType GetLastSessionExitType() OVERRIDE; GetLastSessionExitType 341 chrome/browser/sessions/persistent_tab_restore_service.cc Profile::ExitType exit_type = profile()->GetLastSessionExitType(); GetLastSessionExitType 117 chrome/browser/ui/app_list/test/fake_profile.h virtual ExitType GetLastSessionExitType() OVERRIDE; GetLastSessionExitType 34 chrome/browser/ui/browser_tabrestore.cc return browser->profile()->GetLastSessionExitType() == Profile::EXIT_CRASHED ? GetLastSessionExitType 728 chrome/browser/ui/startup/startup_browser_creator.cc return profile->GetLastSessionExitType() == Profile::EXIT_CRASHED && GetLastSessionExitType 626 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (profile_->GetLastSessionExitType() == Profile::EXIT_CRASHED && GetLastSessionExitType 325 chrome/test/base/testing_profile.h virtual ExitType GetLastSessionExitType() OVERRIDE;