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 230 std::string crash_value(prefs->GetString(prefs::kSessionExitType));
234 std::string first_call_value(prefs->GetString(prefs::kSessionExitType));
239 std::string second_call_value(prefs->GetString(prefs::kSessionExitType));
244 std::string final_value(prefs->GetString(prefs::kSessionExitType));
profile.cc 71 prefs::kSessionExitType,
profile_impl.cc 784 // |kSessionExitType| was added after |kSessionExitedCleanly|. If the pref
787 prefs_->GetString(prefs::kSessionExitType));
797 prefs_->SetString(prefs::kSessionExitType, kPrefExitTypeCrashed);
836 prefs_->GetString(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 447 milliseconds