HomeSort by relevance Sort by last modified time
    Searched refs:transparent_proxy (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 56 bool transparent_proxy = (port_ == 80) && local
58 if (transparent_proxy) {
httprequest.cc 94 bool transparent_proxy = (port_ == 80) && ((proxy_.type == PROXY_HTTPS) || local
97 if (transparent_proxy) {

Completed in 25 milliseconds