Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dproxydetect_unittest.cc72 EXPECT_EQ(PROXY_NONE, proxy_info.type); in TEST_F()
79 EXPECT_EQ(PROXY_NONE, proxy_info.type); in TEST_F()
142 EXPECT_EQ(PROXY_NONE, proxy_info.type); in TEST_F()
160 EXPECT_EQ(PROXY_NONE, proxy_info.type); in TEST_F()
Dproxyinfo.cc20 ProxyInfo::ProxyInfo() : type(PROXY_NONE), autodetect(false) { in ProxyInfo()
Dproxyinfo.h21 PROXY_NONE, enumerator
Dproxydetect.cc357 return proxy->type != PROXY_NONE; in ParseProxy()
1298 proxy->type = rtc::PROXY_NONE; in GetProxySettingsForUrl()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppclientsettings.h73 proxy_(rtc::PROXY_NONE), in XmppClientSettings()
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc442 if (allocator_->proxy().type != rtc::PROXY_NONE) in AddAllocatedPort()