Home
last modified time | relevance | path

Searched refs:PROXY_UNKNOWN (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dautodetectproxy.cc19 PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN
54 if (proxy_.type == PROXY_UNKNOWN) { in DoWork()
70 Complete(PROXY_UNKNOWN); in OnMessage()
147 if (TEST_ORDER[next_] >= PROXY_UNKNOWN) { in Next()
148 Complete(PROXY_UNKNOWN); in Next()
207 LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ? LS_ERROR : LS_INFO; in Complete()
Dproxyinfo.h24 PROXY_UNKNOWN enumerator
Dautodetectproxy.h41 proxy_.type = PROXY_UNKNOWN; in set_proxy()
Dasynchttprequest.cc103 ((proxy_.type == PROXY_HTTPS) || (proxy_.type == PROXY_UNKNOWN)); in LaunchRequest()
Dhttprequest.cc78 (proxy_.type == PROXY_UNKNOWN)); in Send()
Dproxy_unittest.cc135 EXPECT_EQ(rtc::PROXY_UNKNOWN, DetectProxyType(kBogusProxyIntAddr)); in TEST_F()
Dproxydetect.cc337 ptype = PROXY_UNKNOWN; in ParseProxy()
341 ptype = PROXY_UNKNOWN; in ParseProxy()
555 proxy->type = PROXY_UNKNOWN; in GetFirefoxProxySettings()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Drelayport.cc217 proxy().type == rtc::PROXY_UNKNOWN)) { in AddServerAddress()