Home | History | Annotate | Download | only in proxy

Lines Matching defs:proxy_server

19 #include "net/proxy/proxy_server.h"
73 ProxyServer proxy_server =
78 if (proxy_server.is_valid()) {
81 config->proxy_rules().proxies_for_ftp.SetSingleProxyServer(proxy_server);
87 ProxyServer proxy_server =
92 if (proxy_server.is_valid()) {
95 config->proxy_rules().proxies_for_http.SetSingleProxyServer(proxy_server);
101 ProxyServer proxy_server =
106 if (proxy_server.is_valid()) {
110 SetSingleProxyServer(proxy_server);
116 ProxyServer proxy_server =
121 if (proxy_server.is_valid()) {
124 config->proxy_rules().fallback_proxies.SetSingleProxyServer(proxy_server);