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

  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc 35 bool GetProxyConfig(const PrefService* profile_prefs,
42 profile_prefs, local_state_prefs, network, onc_source);
51 ProxyConfigServiceImpl::ProxyConfigServiceImpl(PrefService* profile_prefs,
53 : PrefProxyConfigTrackerImpl(profile_prefs ? profile_prefs
56 profile_prefs_(profile_prefs),
62 if (profile_prefs) {
63 profile_pref_registrar_.Init(profile_prefs);
119 bool ProxyConfigServiceImpl::IgnoreProxy(const PrefService* profile_prefs,
122 if (!profile_prefs) {
    [all...]
proxy_config_service_impl.h 43 // |profile_prefs| can be NULL if this object should only track prefs from
45 explicit ProxyConfigServiceImpl(PrefService* profile_prefs,
61 // use-shared-proxies is turned off. |profile_prefs| may be NULL.
62 static bool IgnoreProxy(const PrefService* profile_prefs,
ui_proxy_config_service.h 31 // After this call, proxy settings are read from |profile_prefs| and
33 // |profile_prefs| must be NULL because sign-in screen should depend only on
35 void SetPrefs(PrefService* profile_prefs, PrefService* local_state_prefs);
ui_proxy_config_service.cc 41 bool GetProxyConfig(const PrefService* profile_prefs,
48 profile_prefs, local_state_prefs, network, onc_source);
70 void UIProxyConfigService::SetPrefs(PrefService* profile_prefs,
72 profile_prefs_ = profile_prefs;
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.h 26 // |network|. If |profile_prefs| is NULL, then only shared settings (and device
30 const PrefService* profile_prefs,
proxy_config_handler.cc 111 const PrefService* profile_prefs,
121 GetProxyPolicy(profile_prefs,
149 if (!profile_prefs && profile->type() == NetworkProfile::TYPE_USER) {
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.h 34 PrefService* profile_prefs,
proxy_service_factory.cc 67 PrefService* profile_prefs,
70 return new chromeos::ProxyConfigServiceImpl(profile_prefs, local_state_prefs);
72 return new PrefProxyConfigTrackerImpl(profile_prefs);
  /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/chrome/browser/ui/tests/
browser_uitest.cc 71 scoped_ptr<DictionaryValue> profile_prefs(GetDefaultProfilePreferences());
72 ASSERT_TRUE(profile_prefs.get());
73 ASSERT_TRUE(profile_prefs->GetBoolean(prefs::kSessionExitedCleanly,
  /external/chromium_org/chrome/test/ui/
ui_test.cc 685 scoped_ptr<DictionaryValue> profile_prefs(GetDefaultProfilePreferences());
686 ASSERT_TRUE(profile_prefs.get());
688 ASSERT_TRUE(profile_prefs->GetString(prefs::kSessionExitedCleanly,
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 113 PrefService* profile_prefs,
115 : profile_prefs_(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 310 milliseconds