Searched refs:profile_prefs (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.h69 // |profile_prefs| and |local_state_prefs| might be NULL. Returns NULL if no
72 const PrefService* profile_prefs,
78 bool HasPolicyForNetwork(const PrefService* profile_prefs,
H A Dproxy_config_handler.h26 // |network|. If |profile_prefs| is NULL, then only shared settings (and device
30 const PrefService* profile_prefs,
H A Dproxy_config_handler.cc42 const PrefService* profile_prefs,
48 profile_prefs, local_state_prefs, network, onc_source);
74 if (!profile_prefs && profile->type() == NetworkProfile::TYPE_USER) {
41 GetProxyConfigForNetwork( const PrefService* profile_prefs, const PrefService* local_state_prefs, const NetworkState& network, ::onc::ONCSource* onc_source) argument
H A Donc_utils.cc424 const PrefService* profile_prefs,
432 profile_prefs, prefs::kOpenNetworkConfiguration, network);
449 bool HasPolicyForNetwork(const PrefService* profile_prefs, argument
454 profile_prefs, local_state_prefs, network, &ignored_onc_source);
423 GetPolicyForNetwork( const PrefService* profile_prefs, const PrefService* local_state_prefs, const NetworkState& network, ::onc::ONCSource* onc_source) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_config_service_impl.h43 // |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,
H A Dproxy_config_service_impl.cc35 bool GetProxyConfig(const PrefService* profile_prefs, argument
42 profile_prefs, local_state_prefs, network, onc_source);
51 ProxyConfigServiceImpl::ProxyConfigServiceImpl(PrefService* profile_prefs, argument
53 : PrefProxyConfigTrackerImpl(profile_prefs ? profile_prefs
56 profile_prefs_(profile_prefs),
62 if (profile_prefs) {
63 profile_pref_registrar_.Init(profile_prefs);
118 bool ProxyConfigServiceImpl::IgnoreProxy(const PrefService* profile_prefs, argument
121 if (!profile_prefs) {
[all...]
H A Dui_proxy_config_service.h31 // 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);
H A Dui_proxy_config_service.cc40 bool GetProxyConfig(const PrefService* profile_prefs, argument
47 profile_prefs, local_state_prefs, network, onc_source);
69 void UIProxyConfigService::SetPrefs(PrefService* profile_prefs, argument
71 profile_prefs_ = profile_prefs;
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_chrome_settings.cc32 PrefService* profile_prefs,
37 profile_prefs,
30 InitDataReductionProxySettings( data_reduction_proxy::DataReductionProxyConfigurator* configurator, PrefService* profile_prefs, PrefService* local_state_prefs, net::URLRequestContextGetter* request_context) argument
H A Ddata_reduction_proxy_chrome_settings.h45 PrefService* profile_prefs,
/external/chromium_org/components/suggestions/
H A Dsuggestions_store.cc17 SuggestionsStore::SuggestionsStore(PrefService* profile_prefs) argument
18 : pref_service_(profile_prefs) {
19 DCHECK(profile_prefs);
H A Dblacklist_store.h25 explicit BlacklistStore(PrefService* profile_prefs);
H A Dsuggestions_store.h23 explicit SuggestionsStore(PrefService* profile_prefs);
H A Dblacklist_store.cc39 BlacklistStore::BlacklistStore(PrefService* profile_prefs) argument
40 : pref_service_(profile_prefs) {
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics.h58 PrefService* profile_prefs,
H A Ddata_reduction_proxy_metrics.cc470 PrefService* profile_prefs,
487 profile_prefs->GetBoolean(
468 UpdateContentLengthPrefs(int received_content_length, int original_content_length, PrefService* profile_prefs, DataReductionProxyRequestType request_type, DataReductionProxyStatisticsPrefs* prefs) argument
/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.cc68 PrefService* profile_prefs,
71 return new chromeos::ProxyConfigServiceImpl(profile_prefs, local_state_prefs);
73 return new PrefProxyConfigTrackerImpl(profile_prefs);
67 CreatePrefProxyConfigTrackerOfProfile( PrefService* profile_prefs, PrefService* local_state_prefs) argument
H A Dproxy_service_factory.h37 PrefService* profile_prefs,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcore_chromeos_options_handler.cc116 PrefService* profile_prefs = NULL; local
119 profile_prefs = profile->GetPrefs();
124 proxy_config_service_.SetPrefs(profile_prefs,
H A Dinternet_options_handler.cc182 const PrefService* profile_prefs) {
187 profile_prefs, g_browser_process->local_state(), *network);
179 BuildNetworkDictionary( const NetworkState* network, float icon_scale_factor, const PrefService* profile_prefs) argument
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc100 PrefService* profile_prefs,
103 : profile_prefs_(profile_prefs),
99 ComponentLoader(ExtensionServiceInterface* extension_service, PrefService* profile_prefs, PrefService* local_state, content::BrowserContext* browser_context) argument

Completed in 3014 milliseconds