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

/external/chromium_org/chrome/browser/prefs/
H A Dsession_startup_pref.h59 static SessionStartupPref GetStartupPref(Profile* profile);
60 static SessionStartupPref GetStartupPref(PrefService* prefs);
H A Dsession_startup_pref_unittest.cc57 SessionStartupPref::GetStartupPref(pref_service_.get());
76 SessionStartupPref::GetStartupPref(pref_service_.get());
84 result = SessionStartupPref::GetStartupPref(pref_service_.get());
101 SessionStartupPref pref = SessionStartupPref::GetStartupPref(
128 SessionStartupPref pref = SessionStartupPref::GetStartupPref(
155 SessionStartupPref pref = SessionStartupPref::GetStartupPref(
179 SessionStartupPref pref = SessionStartupPref::GetStartupPref(
196 SessionStartupPref pref = SessionStartupPref::GetStartupPref(
H A Dsession_startup_pref.cc127 SessionStartupPref SessionStartupPref::GetStartupPref(Profile* profile) { function in class:SessionStartupPref
129 return GetStartupPref(profile->GetPrefs());
133 SessionStartupPref SessionStartupPref::GetStartupPref(PrefService* prefs) { function in class:SessionStartupPref
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_browsertest.cc79 startup_pref = SessionStartupPref::GetStartupPref(prefs);
116 startup_pref = SessionStartupPref::GetStartupPref(prefs);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dstartup_pages_handler.cc86 SessionStartupPref::GetStartupPref(profile->GetPrefs());
223 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dresettable_settings_snapshot.cc60 : startup_(SessionStartupPref::GetStartupPref(profile)),
H A Dprofile_resetter_unittest.cc726 startup_pref = SessionStartupPref::GetStartupPref(prefs);
744 startup_pref = SessionStartupPref::GetStartupPref(prefs);
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc356 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs);
/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc361 SessionStartupPref::GetStartupPref(user_prefs);

Completed in 1722 milliseconds