HomeSort by relevance Sort by last modified time
    Searched refs:CreateProxySocket (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
sslsocketfactory.cc 81 Attach(factory_->CreateProxySocket(detect_->proxy(), family_, type_));
131 return CreateProxySocket(proxy_, family, type);
136 AsyncSocket* SslSocketFactory::CreateProxySocket(const ProxyInfo& proxy,
sslsocketfactory.h 62 AsyncSocket* CreateProxySocket(const ProxyInfo& proxy, int family, int type);

Completed in 134 milliseconds