HomeSort by relevance Sort by last modified time
    Searched refs:kSessionExitType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 213 std::string crash_value(prefs->GetString(prefs::kSessionExitType));
217 std::string first_call_value(prefs->GetString(prefs::kSessionExitType));
222 std::string second_call_value(prefs->GetString(prefs::kSessionExitType));
227 std::string final_value(prefs->GetString(prefs::kSessionExitType));
profile.cc 71 prefs::kSessionExitType,
profile_impl.cc 753 // |kSessionExitType| was added after |kSessionExitedCleanly|. If the pref
756 prefs_->GetString(prefs::kSessionExitType));
766 prefs_->SetString(prefs::kSessionExitType, kPrefExitTypeCrashed);
799 prefs_->GetString(prefs::kSessionExitType));
804 prefs_->SetString(prefs::kSessionExitType,
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc 57 // DEPRECATED: this is replaced by kSessionExitType and exists for backwards
65 const char kSessionExitType[] = "profile.exit_type";
    [all...]
pref_names.h 32 extern const char kSessionExitType[];
    [all...]

Completed in 36 milliseconds