Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dautodetectproxy.cc38 PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN
61 if (proxy_.type == PROXY_UNKNOWN) { in DoWork()
83 if (TEST_ORDER[next_] >= PROXY_UNKNOWN) { in Next()
84 Complete(PROXY_UNKNOWN); in Next()
113 LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ? LS_ERROR : LS_INFO; in Complete()
Dproxyinfo.h41 PROXY_UNKNOWN enumerator
Dautodetectproxy.h55 proxy_.type = PROXY_UNKNOWN; in set_proxy()
Dasynchttprequest.cc57 ((proxy_.type == PROXY_HTTPS) || (proxy_.type == PROXY_UNKNOWN)); in OnWorkStart()
Dhttprequest.cc95 (proxy_.type == PROXY_UNKNOWN)); in Send()
Dproxydetect.cc352 ptype = PROXY_UNKNOWN; in ParseProxy()
356 ptype = PROXY_UNKNOWN; in ParseProxy()
570 proxy->type = PROXY_UNKNOWN; in GetFirefoxProxySettings()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayport.cc217 proxy().type == talk_base::PROXY_UNKNOWN)) { in AddServerAddress()
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc202 || (proxy().type == talk_base::PROXY_UNKNOWN))) { in best_writable_phase()