Searched refs:kSessionExitType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc300 std::string crash_value(prefs->GetString(prefs::kSessionExitType));
304 std::string first_call_value(prefs->GetString(prefs::kSessionExitType));
309 std::string second_call_value(prefs->GetString(prefs::kSessionExitType));
314 std::string final_value(prefs->GetString(prefs::kSessionExitType));
H A Dprofile.cc86 prefs::kSessionExitType,
H A Dprofile_impl.cc933 // |kSessionExitType| was added after |kSessionExitedCleanly|. If the pref
936 prefs_->GetString(prefs::kSessionExitType));
946 prefs_->SetString(prefs::kSessionExitType, kPrefExitTypeCrashed);
989 prefs_->GetString(prefs::kSessionExitType));
994 prefs_->SetString(prefs::kSessionExitType,
/external/chromium_org/chrome/common/
H A Dpref_names.h35 extern const char kSessionExitType[];
H A Dpref_names.cc47 // DEPRECATED: this is replaced by kSessionExitType and exists for backwards
55 const char kSessionExitType[] = "profile.exit_type"; member in namespace:prefs

Completed in 223 milliseconds