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 300 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));
profile.cc 86 prefs::kSessionExitType,
profile_impl.cc     [all...]
  /external/chromium_org/chrome/common/
pref_names.h 35 extern const char kSessionExitType[];
pref_names.cc 47 // DEPRECATED: this is replaced by kSessionExitType and exists for backwards
55 const char kSessionExitType[] = "profile.exit_type";
    [all...]

Completed in 38 milliseconds