Searched defs:profile_prefs (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.cc67 PrefService* profile_prefs,
70 return new chromeos::ProxyConfigServiceImpl(profile_prefs, local_state_prefs);
72 return new PrefProxyConfigTrackerImpl(profile_prefs);
66 CreatePrefProxyConfigTrackerOfProfile( PrefService* profile_prefs, PrefService* local_state_prefs) argument
/external/chromium_org/chrome/browser/chromeos/net/
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 GetProxyConfigForFavoriteNetwork( const PrefService* profile_prefs, const PrefService* local_state_prefs, const FavoriteState& network, ::onc::ONCSource* onc_source) argument
H A Donc_utils.cc423 const PrefService* profile_prefs,
431 profile_prefs, prefs::kOpenNetworkConfiguration, favorite);
448 bool HasPolicyForFavoriteNetwork(const PrefService* profile_prefs, argument
453 profile_prefs, local_state_prefs, network, &ignored_onc_source);
422 GetPolicyForFavoriteNetwork( const PrefService* profile_prefs, const PrefService* local_state_prefs, const FavoriteState& favorite, ::onc::ONCSource* onc_source) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc36 bool GetProxyConfig(const PrefService* profile_prefs, argument
43 profile_prefs, local_state_prefs, network, onc_source);
52 ProxyConfigServiceImpl::ProxyConfigServiceImpl(PrefService* profile_prefs, argument
54 : PrefProxyConfigTrackerImpl(profile_prefs ? profile_prefs
57 profile_prefs_(profile_prefs),
63 if (profile_prefs) {
64 profile_pref_registrar_.Init(profile_prefs);
119 bool ProxyConfigServiceImpl::IgnoreProxy(const PrefService* profile_prefs, argument
122 if (!profile_prefs) {
[all...]
H A Dui_proxy_config_service.cc41 bool GetProxyConfig(const PrefService* profile_prefs, argument
48 profile_prefs, local_state_prefs, network, onc_source);
70 void UIProxyConfigService::SetPrefs(PrefService* profile_prefs, argument
72 profile_prefs_ = profile_prefs;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcore_chromeos_options_handler.cc113 PrefService* profile_prefs = NULL; local
116 profile_prefs = profile->GetPrefs();
121 proxy_config_service_.SetPrefs(profile_prefs,
H A Dinternet_options_handler.cc412 const PrefService* profile_prefs) {
414 profile_prefs, g_browser_process->local_state(), *favorite);
418 const PrefService* profile_prefs) {
424 return HasPolicyForFavorite(favorite, profile_prefs);
451 const PrefService* profile_prefs) {
459 HasPolicyForNetwork(network, profile_prefs));
470 const PrefService* profile_prefs) {
476 HasPolicyForFavorite(favorite, profile_prefs));
411 HasPolicyForFavorite(const FavoriteState* favorite, const PrefService* profile_prefs) argument
417 HasPolicyForNetwork(const NetworkState* network, const PrefService* profile_prefs) argument
448 BuildNetworkDictionary( const NetworkState* network, ui::ScaleFactor icon_scale_factor, const PrefService* profile_prefs) argument
467 BuildFavoriteDictionary( const FavoriteState* favorite, ui::ScaleFactor icon_scale_factor, const PrefService* profile_prefs) argument
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc114 PrefService* profile_prefs,
116 : profile_prefs_(profile_prefs),
113 ComponentLoader(ExtensionServiceInterface* extension_service, PrefService* profile_prefs, PrefService* local_state) argument

Completed in 179 milliseconds