Searched refs:kSessionExitedCleanly (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile.cc82 prefs::kSessionExitedCleanly,
H A Dprofile_impl.cc228 // Converts the kSessionExitedCleanly pref to the corresponding EXIT_TYPE.
933 // |kSessionExitType| was added after |kSessionExitedCleanly|. If the pref
934 // value is empty fallback to checking for |kSessionExitedCleanly|.
939 prefs_->GetBoolean(prefs::kSessionExitedCleanly) ?
949 prefs_->SetBoolean(prefs::kSessionExitedCleanly, true);
/external/chromium_org/chrome/common/
H A Dpref_names.h34 extern const char kSessionExitedCleanly[];
H A Dpref_names.cc49 const char kSessionExitedCleanly[] = "profile.exited_cleanly"; member in namespace:prefs

Completed in 72 milliseconds