Home
last modified time | relevance | path

Searched defs:ProxyInfo (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dproxyinfo.h28 struct ProxyInfo { struct
37 ProxyInfo(); argument
Dproxyinfo.cc20 ProxyInfo::ProxyInfo() : type(PROXY_NONE), autodetect(false) { in ProxyInfo() function in rtc::ProxyInfo