Searched refs:proxy_settings (Results 1 – 3 of 3) sorted by relevance
44 std::unique_ptr<base::DictionaryValue> proxy_settings( in RemapProxyPolicies() local50 proxy_settings->Clear(); in RemapProxyPolicies()57 proxy_settings->Set(kProxyPolicies[i], entry->value->CreateDeepCopy()); in RemapProxyPolicies()65 if (!proxy_settings->empty() && in RemapProxyPolicies()69 std::move(proxy_settings), nullptr); in RemapProxyPolicies()
2550 def _proxy_bypass_macosx_sysconf(host, proxy_settings): argument2575 if proxy_settings['exclude_simple']:2580 for value in proxy_settings.get('exceptions', ()):2619 proxy_settings = _get_proxy_settings()2620 return _proxy_bypass_macosx_sysconf(host, proxy_settings)
1462 proxy_settings = _get_proxy_settings()1466 if proxy_settings['exclude_simple']:1471 for value in proxy_settings.get('exceptions', ()):