ExitType 447 chrome/browser/profiles/off_the_record_profile_impl.cc void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) { ExitType 468 chrome/browser/profiles/off_the_record_profile_impl.cc Profile::ExitType OffTheRecordProfileImpl::GetLastSessionExitType() { ExitType 69 chrome/browser/profiles/off_the_record_profile_impl.h virtual void SetExitType(ExitType exit_type) OVERRIDE; ExitType 70 chrome/browser/profiles/off_the_record_profile_impl.h virtual ExitType GetLastSessionExitType() OVERRIDE; ExitType 353 chrome/browser/profiles/profile.h virtual void SetExitType(ExitType exit_type) = 0; ExitType 356 chrome/browser/profiles/profile.h virtual ExitType GetLastSessionExitType() = 0; ExitType 208 chrome/browser/profiles/profile_browsertest.cc #define MAYBE_ExitType ExitType ExitType 231 chrome/browser/profiles/profile_impl.cc Profile::ExitType SessionTypePrefValueToExitType(const std::string& value) { ExitType 240 chrome/browser/profiles/profile_impl.cc std::string ExitTypeToSessionTypePrefValue(Profile::ExitType type) { ExitType 846 chrome/browser/profiles/profile_impl.cc void ProfileImpl::SetExitType(ExitType exit_type) { ExitType 853 chrome/browser/profiles/profile_impl.cc ExitType current_exit_type = SessionTypePrefValueToExitType( ExitType 868 chrome/browser/profiles/profile_impl.cc Profile::ExitType ProfileImpl::GetLastSessionExitType() { ExitType 145 chrome/browser/profiles/profile_impl.h virtual void SetExitType(ExitType exit_type) OVERRIDE; ExitType 146 chrome/browser/profiles/profile_impl.h virtual ExitType GetLastSessionExitType() OVERRIDE; ExitType 250 chrome/browser/profiles/profile_impl.h ExitType last_session_exit_type_; ExitType 341 chrome/browser/sessions/persistent_tab_restore_service.cc Profile::ExitType exit_type = profile()->GetLastSessionExitType(); ExitType 220 chrome/browser/ui/app_list/test/fake_profile.cc void FakeProfile::SetExitType(ExitType exit_type) { ExitType 223 chrome/browser/ui/app_list/test/fake_profile.cc Profile::ExitType FakeProfile::GetLastSessionExitType() { ExitType 116 chrome/browser/ui/app_list/test/fake_profile.h virtual void SetExitType(ExitType exit_type) OVERRIDE; ExitType 117 chrome/browser/ui/app_list/test/fake_profile.h virtual ExitType GetLastSessionExitType() OVERRIDE; ExitType 897 chrome/test/base/testing_profile.cc Profile::ExitType TestingProfile::GetLastSessionExitType() { ExitType 324 chrome/test/base/testing_profile.h virtual void SetExitType(ExitType exit_type) OVERRIDE {} ExitType 325 chrome/test/base/testing_profile.h virtual ExitType GetLastSessionExitType() OVERRIDE; ExitType 512 ui/views/controls/menu/menu_controller.cc void MenuController::Cancel(ExitType type) { ExitType 983 ui/views/controls/menu/menu_controller.cc ExitType exit_type = EXIT_ALL; ExitType 2285 ui/views/controls/menu/menu_controller.cc void MenuController::SetExitType(ExitType type) { ExitType 94 ui/views/controls/menu/menu_controller.h void Cancel(ExitType type); ExitType 101 ui/views/controls/menu/menu_controller.h ExitType exit_type() const { return exit_type_; } ExitType 469 ui/views/controls/menu/menu_controller.h void SetExitType(ExitType type); ExitType 494 ui/views/controls/menu/menu_controller.h ExitType exit_type_;