HomeSort by relevance Sort by last modified time
    Searched refs:GetStartupPref (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.h 59 static SessionStartupPref GetStartupPref(Profile* profile);
60 static SessionStartupPref GetStartupPref(PrefService* prefs);
session_startup_pref_unittest.cc 57 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(
session_startup_pref.cc 127 SessionStartupPref SessionStartupPref::GetStartupPref(Profile* profile) {
129 return GetStartupPref(profile->GetPrefs());
133 SessionStartupPref SessionStartupPref::GetStartupPref(PrefService* prefs) {
  /external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_browsertest.cc 79 startup_pref = SessionStartupPref::GetStartupPref(prefs);
116 startup_pref = SessionStartupPref::GetStartupPref(prefs);
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.cc 79 SessionStartupPref::GetStartupPref(profile->GetPrefs());
215 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs);
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 58 : startup_(SessionStartupPref::GetStartupPref(profile)),
profile_resetter_unittest.cc 731 startup_pref = SessionStartupPref::GetStartupPref(prefs);
749 startup_pref = SessionStartupPref::GetStartupPref(prefs);
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 359 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs);
  /external/chromium_org/chrome/browser/net/
predictor.cc 482 SessionStartupPref::GetStartupPref(user_prefs);
    [all...]

Completed in 241 milliseconds