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

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

Completed in 146 milliseconds