Searched refs:ProxyType (Results 1 – 11 of 11) sorted by relevance
20 enum ProxyType { enum26 const char * ProxyToString(ProxyType proxy);29 ProxyType type;
59 rtc::ProxyType DetectProxyType(const SocketAddress& address) { in DetectProxyType()60 rtc::ProxyType type; in DetectProxyType()
18 static const ProxyType TEST_ORDER[] = {96 ProxyType type = proxy().type; in OnMessage()205 void AutoDetectProxy::Complete(ProxyType type) { in Complete()
15 const char * ProxyToString(ProxyType proxy) { in ProxyToString()
68 void Complete(ProxyType type);
280 bool Better(ProxyType lhs, const ProxyType rhs) { in Better()291 ProxyType ptype; in ParseProxy()954 ProxyType type, in p_getProxyInfoForTypeFromDictWithKeys()
82 void set_proxy(rtc::ProxyType f) { proxy_ = f; } in set_proxy()91 rtc::ProxyType proxy() const { return proxy_; } in proxy()101 rtc::ProxyType proxy_;
1022 if isinstance(parent_message, weakref.ProxyType):
1101 if isinstance(parent_message, weakref.ProxyType):
374 void SetProxy(int endpoint, rtc::ProxyType type) { in SetProxy()
5944 template<typename ProxyType>5945 static Handle<Smi> GetOrCreateIdentityHashHelper(Handle<ProxyType> proxy) { in GetOrCreateIdentityHashHelper()