HomeSort by relevance Sort by last modified time
    Searched defs:profile_prefs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 115 PrefService* profile_prefs = NULL; local
118 profile_prefs = profile->GetPrefs();
123 proxy_config_service_.SetPrefs(profile_prefs,
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 727 PrefService* profile_prefs = browser()->profile()->GetPrefs(); local
728 bool show_home = profile_prefs->GetBoolean(prefs::kShowHomeButton);
729 profile_prefs->SetBoolean(prefs::kShowHomeButton, !show_home);
    [all...]

Completed in 293 milliseconds