HomeSort by relevance Sort by last modified time
    Searched defs:ProxyConfig (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/proxy/
proxy_config.cc 12 ProxyConfig::ProxyConfig()
18 bool ProxyConfig::Equals(const ProxyConfig& other) const {
28 bool ProxyConfig::MayRequirePACResolver() const {
32 void ProxyConfig::ProxyRules::ParseFromString(const std::string& proxy_rules) {
76 const ProxyServer* ProxyConfig::ProxyRules::MapUrlSchemeToProxy(
87 ProxyServer* ProxyConfig::ProxyRules::MapSchemeToProxy(
116 void ProxyConfig::ParseNoProxyList(const std::string& no_proxy) {
186 const net::ProxyConfig::ProxyRules& rules)
    [all...]
proxy_config.h 18 class ProxyConfig {
25 ProxyConfig();
47 // being made when using this ProxyConfig.
123 bool Equals(const ProxyConfig& other) const;
137 std::ostream& operator<<(std::ostream& out, const net::ProxyConfig& config);
142 const net::ProxyConfig::ProxyRules& rules);
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 465 testConnectViaProxy(ProxyConfig.CREATE_ARG);
469 testConnectViaProxy(ProxyConfig.PROXY_SYSTEM_PROPERTY);
473 testConnectViaProxy(ProxyConfig.HTTP_PROXY_SYSTEM_PROPERTY);
476 private void testConnectViaProxy(ProxyConfig proxyConfig) throws Exception {
482 HttpURLConnection connection = proxyConfig.connect(server, url);
517 testConnectViaDirectProxyToHttps(ProxyConfig.NO_PROXY);
522 testConnectViaDirectProxyToHttps(ProxyConfig.HTTP_PROXY_SYSTEM_PROPERTY);
525 private void testConnectViaDirectProxyToHttps(ProxyConfig proxyConfig) throws Exception
    [all...]

Completed in 1065 milliseconds