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

  /external/chromium/third_party/libjingle/source/talk/base/
sslsocketfactory.cc 33 #include "talk/base/sslsocketfactory.h"
46 ProxySocketAdapter(SslSocketFactory* factory, int type)
107 SslSocketFactory* factory_;
114 // SslSocketFactory
117 Socket* SslSocketFactory::CreateSocket(int type) {
121 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) {
129 AsyncSocket* SslSocketFactory::CreateProxySocket(const ProxyInfo& proxy,
sslsocketfactory.h 37 // SslSocketFactory
40 class SslSocketFactory : public SocketFactory {
42 SslSocketFactory(SocketFactory* factory, const std::string& user_agent)
asynchttprequest.h 36 #include "talk/base/sslsocketfactory.h"
103 SslSocketFactory factory_;
httprequest.cc 84 SslSocketFactory factory(ss, client_.agent());

Completed in 82 milliseconds