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

  /external/chromium_org/third_party/libjingle/source/talk/base/
sslsocketfactory.cc 33 #include "talk/base/sslsocketfactory.h"
46 ProxySocketAdapter(SslSocketFactory* factory, int family, int type)
107 SslSocketFactory* factory_;
115 // SslSocketFactory
118 Socket* SslSocketFactory::CreateSocket(int type) {
122 Socket* SslSocketFactory::CreateSocket(int family, int type) {
126 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) {
130 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) {
139 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"
112 SslSocketFactory factory_;
httprequest.cc 84 SslSocketFactory factory(ss, client_.agent());
  /external/chromium_org/third_party/webrtc/base/
sslsocketfactory.cc 16 #include "webrtc/base/sslsocketfactory.h"
29 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,
sslsocketfactory.h 20 // SslSocketFactory
23 class SslSocketFactory : public SocketFactory {
25 SslSocketFactory(SocketFactory* factory, const std::string& user_agent)
asynchttprequest.h 19 #include "webrtc/base/sslsocketfactory.h"
95 SslSocketFactory factory_;
httprequest.cc 67 SslSocketFactory factory(ss, client_.agent());

Completed in 226 milliseconds