Home
last modified time | relevance | path

Searched refs:GetStartupPref (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dsession_startup_pref_unittest.cc29 SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
48 SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
56 result = SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
Dsession_startup_pref.h37 static SessionStartupPref GetStartupPref(Profile* profile);
38 static SessionStartupPref GetStartupPref(PrefService* prefs);
Dsession_startup_pref.cc85 SessionStartupPref SessionStartupPref::GetStartupPref(Profile* profile) { in GetStartupPref() function in SessionStartupPref
87 return GetStartupPref(profile->GetPrefs()); in GetStartupPref()
91 SessionStartupPref SessionStartupPref::GetStartupPref(PrefService* prefs) { in GetStartupPref() function in SessionStartupPref
/external/chromium/chrome/browser/ui/webui/options/
Dbrowser_options_handler.cc313 SessionStartupPref::GetStartupPref(profile->GetPrefs()); in UpdateStartupPages()
410 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs); in SaveStartupPagesPref()
/external/chromium/chrome/browser/net/
Dpredictor_api.cc541 SessionStartupPref::GetStartupPref(user_prefs); in GetPredictedUrlListAtStartup()
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc363 SessionStartupPref pref = SessionStartupPref::GetStartupPref(profile); in GetSessionStartupPref()
/external/chromium/chrome/browser/sessions/
Dsession_service.cc492 SessionStartupPref pref = SessionStartupPref::GetStartupPref(profile()); in RestoreIfNecessary()