Home
last modified time | relevance | path

Searched refs:https_proxy (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dproxy_cros_settings_provider.cc85 val, config.https_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet()
92 val, config.https_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet()
114 if (config.https_proxy.server.is_valid()) { in DoSet()
116 config.https_proxy.server); in DoSet()
217 found = (data = CreateServerHostValue(config.https_proxy)); in Get()
244 found = (data = CreateServerPortValue(config.https_proxy)); in Get()
Dproxy_config_service_impl.cc66 out << "HTTPS proxy: " << config.https_proxy; in operator <<()
137 net_config->proxy_rules().proxy_for_https = https_proxy.server; in ToNetProxyConfig()
181 return &https_proxy; in MapSchemeToProxy()
217 EncodeAndAppendProxyServer("https", https_proxy.server, &spec); in Serialize()
272 https_proxy.server = rules.proxy_for_https; in Deserialize()
Dproxy_config_service_impl.h139 ManualProxy https_proxy; member
Dproxy_config_service_impl_unittest.cc300 init_config, &init_config->https_proxy); in InitConfigWithTestInput()
521 ui_config.https_proxy.server.ToURI()); in TEST_F()
/external/chromium/net/proxy/
Dproxy_config_service_linux_unittest.cc36 *http_proxy, *https_proxy, *ftp_proxy, member
93 ENTRY(https_proxy); in MockEnvironment()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618221 If http_proxy and/or https_proxy are set in the environment,