Home
last modified time | relevance | path

Searched refs:EXIT_NORMAL (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_impl.cc234 return Profile::EXIT_NORMAL; in SessionTypePrefValueToExitType()
240 case Profile::EXIT_NORMAL: in ExitTypeToSessionTypePrefValue()
397 last_session_exit_type_(EXIT_NORMAL), in ProfileImpl()
848 SetExitType(EXIT_NORMAL); in ~ProfileImpl()
940 EXIT_NORMAL : EXIT_CRASHED; in OnPrefsLoaded()
Dprofile.h122 EXIT_NORMAL, enumerator
Dprofile_browsertest.cc308 profile->SetExitType(Profile::EXIT_NORMAL); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc203 return EXIT_NORMAL; in GetLastSessionExitType()
/external/chromium_org/chrome/browser/lifetime/
Dapplication_lifetime.cc91 it->profile()->SetExitType(Profile::EXIT_NORMAL); in MarkAsCleanShutdown()
/external/chromium_org/chrome/test/base/
Dtesting_profile.cc944 return last_session_exited_cleanly_ ? EXIT_NORMAL : EXIT_CRASHED; in GetLastSessionExitType()