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

  /external/chromium_org/third_party/libjingle/source/talk/base/
proxyserver.h 97 // SocksProxyServer is a simple extension of ProxyServer to implement SOCKS.
98 class SocksProxyServer : public ProxyServer {
100 SocksProxyServer(SocketFactory* int_factory, const SocketAddress& int_addr,
108 DISALLOW_EVIL_CONSTRUCTORS(SocksProxyServer);
proxy_unittest.cc 65 socks_.reset(new talk_base::SocksProxyServer(
88 talk_base::scoped_ptr<talk_base::SocksProxyServer> socks_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc 685 talk_base::SocksProxyServer socks_server1_;
686 talk_base::SocksProxyServer socks_server2_;
    [all...]

Completed in 27 milliseconds