Searched refs:PROXY_NONE (Results 1 – 3 of 3) sorted by relevance
20 ProxyInfo::ProxyInfo() : type(PROXY_NONE), autodetect(false) {} in ProxyInfo()
21 enum ProxyType { PROXY_NONE, PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN }; enumerator
889 if (allocator_->proxy().type != rtc::PROXY_NONE) in AddAllocatedPort()