Home
last modified time | relevance | path

Searched refs:PROXY_NONE (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_base/
Dproxy_info.cc20 ProxyInfo::ProxyInfo() : type(PROXY_NONE), autodetect(false) {} in ProxyInfo()
Dproxy_info.h21 enum ProxyType { PROXY_NONE, PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN }; enumerator
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc889 if (allocator_->proxy().type != rtc::PROXY_NONE) in AddAllocatedPort()