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

  /external/chromium/net/proxy/
proxy_info.cc 22 proxy_list_.SetSingleProxyServer(ProxyServer::Direct());
30 proxy_list_.SetSingleProxyServer(proxy_server);
proxy_list.h 31 void SetSingleProxyServer(const ProxyServer& proxy_server);
proxy_list.cc 35 void ProxyList::SetSingleProxyServer(const ProxyServer& proxy_server) {
  /external/chromium_org/net/proxy/
proxy_config_service_ios.cc 81 config->proxy_rules().proxies_for_http.SetSingleProxyServer(proxy_server);
84 config->proxy_rules().proxies_for_https.SetSingleProxyServer(
proxy_list.h 37 void SetSingleProxyServer(const ProxyServer& proxy_server);
proxy_info.cc 34 proxy_list_.SetSingleProxyServer(ProxyServer::Direct());
49 proxy_list_.SetSingleProxyServer(proxy_server);
proxy_config_service_mac.cc 81 config->proxy_rules().proxies_for_ftp.SetSingleProxyServer(proxy_server);
95 config->proxy_rules().proxies_for_http.SetSingleProxyServer(proxy_server);
110 SetSingleProxyServer(proxy_server);
124 config->proxy_rules().fallback_proxies.SetSingleProxyServer(proxy_server);
proxy_config_service_android.cc 128 rules->proxies_for_http.SetSingleProxyServer(
130 rules->proxies_for_https.SetSingleProxyServer(
132 rules->proxies_for_ftp.SetSingleProxyServer(
134 rules->fallback_proxies.SetSingleProxyServer(LookupSocksProxy(get_property));
proxy_config_unittest.cc 54 config2.proxy_rules().single_proxies.SetSingleProxyServer(
61 config1.proxy_rules().single_proxies.SetSingleProxyServer(
67 config1.proxy_rules().single_proxies.SetSingleProxyServer(
proxy_config_service_linux.cc 140 config->proxy_rules().single_proxies.SetSingleProxyServer(proxy_server);
144 config->proxy_rules().proxies_for_http.SetSingleProxyServer(proxy_server);
153 SetSingleProxyServer(proxy_server);
156 config->proxy_rules().proxies_for_ftp.SetSingleProxyServer(proxy_server);
174 config->proxy_rules().single_proxies.SetSingleProxyServer(proxy_server);
    [all...]
proxy_list.cc 38 void ProxyList::SetSingleProxyServer(const ProxyServer& proxy_server) {
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 209 config->proxy_rules().proxies_for_http.SetSingleProxyServer(
216 config->proxy_rules().proxies_for_ftp.SetSingleProxyServer(
223 config->proxy_rules().proxies_for_https.SetSingleProxyServer(
233 config->proxy_rules().fallback_proxies.SetSingleProxyServer(

Completed in 289 milliseconds