Searched refs:SslSocketFactory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsslsocketfactory.cc29 ProxySocketAdapter(SslSocketFactory* factory, int family, int type)
90 SslSocketFactory* factory_;
98 // SslSocketFactory
101 Socket* SslSocketFactory::CreateSocket(int type) {
105 Socket* SslSocketFactory::CreateSocket(int family, int type) {
109 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) {
113 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) {
122 AsyncSocket* SslSocketFactory::CreateProxySocket(const ProxyInfo& proxy,
H A Dsslsocketfactory.h20 // SslSocketFactory
23 class SslSocketFactory : public SocketFactory { class in namespace:rtc
25 SslSocketFactory(SocketFactory* factory, const std::string& user_agent) function in class:rtc::SslSocketFactory
H A Dasynchttprequest.h95 SslSocketFactory factory_;
H A Dhttprequest.cc67 SslSocketFactory factory(ss, client_.agent());

Completed in 665 milliseconds