Searched refs:CreateSocket (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsocketfactory.h43 // CreateSocket(int) and CreateSocket(int,int). Will remove CreateSocket(int)
45 virtual Socket* CreateSocket(int type) = 0;
46 virtual Socket* CreateSocket(int family, int type) = 0;
H A Dnullsocketserver.h51 virtual talk_base::Socket* CreateSocket(int type) { function in class:talk_base::NullSocketServer
56 virtual talk_base::Socket* CreateSocket(int family, int type) { function in class:talk_base::NullSocketServer
H A Dsslsocketfactory.h74 virtual Socket* CreateSocket(int type);
75 virtual Socket* CreateSocket(int family, int type);
H A Dnatsocketfactory.h60 virtual Socket* CreateSocket(int type);
61 virtual Socket* CreateSocket(int family, int type);
148 virtual Socket* CreateSocket(int type);
149 virtual Socket* CreateSocket(int family, int type);
H A Dsslsocketfactory.cc118 Socket* SslSocketFactory::CreateSocket(int type) { function in class:talk_base::SslSocketFactory
119 return CreateSocket(AF_INET, type);
122 Socket* SslSocketFactory::CreateSocket(int family, int type) { function in class:talk_base::SslSocketFactory
123 return factory_->CreateSocket(family, type);
H A Dmacsocketserver.h26 virtual Socket* CreateSocket(int type) { return NULL; } function in class:talk_base::MacBaseSocketServer
27 virtual Socket* CreateSocket(int family, int type) { return NULL; } function in class:talk_base::MacBaseSocketServer
H A Dphysicalsocketserver.h81 virtual Socket* CreateSocket(int type);
82 virtual Socket* CreateSocket(int family, int type);
H A Dfirewallsocketserver.h61 // Settings to control whether CreateSocket or Socket::Listen succeed.
78 virtual Socket* CreateSocket(int type);
79 virtual Socket* CreateSocket(int family, int type);
H A Dnatsocketfactory.cc330 Socket* NATSocketFactory::CreateSocket(int type) { function in class:talk_base::NATSocketFactory
331 return CreateSocket(AF_INET, type);
334 Socket* NATSocketFactory::CreateSocket(int family, int type) { function in class:talk_base::NATSocketFactory
376 Socket* NATSocketServer::CreateSocket(int type) { function in class:talk_base::NATSocketServer
377 return CreateSocket(AF_INET, type);
380 Socket* NATSocketServer::CreateSocket(int family, int type) { function in class:talk_base::NATSocketServer
H A Dvirtualsocketserver.h107 virtual Socket* CreateSocket(int type);
108 virtual Socket* CreateSocket(int family, int type);
H A Dwin32socketserver.h118 virtual Socket* CreateSocket(int type);
119 virtual Socket* CreateSocket(int family, int type);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketfactory.h42 virtual Socket* CreateSocket(int type) = 0;
H A Dsslsocketfactory.cc117 Socket* SslSocketFactory::CreateSocket(int type) { function in class:talk_base::SslSocketFactory
118 return factory_->CreateSocket(type);
H A Dphysicalsocketserver.h81 virtual Socket* CreateSocket(int type);
H A Dsslsocketfactory.h73 virtual Socket* CreateSocket(int type);
/external/chromium_org/net/base/
H A Dwinsock_util.h37 virtual SOCKET CreateSocket(int family, int type, int protocol) = 0;
H A Dwinsock_util.cc60 return g_socket_factory->CreateSocket(family, type, protocol);
/external/chromium_org/ipc/
H A Dipc_channel_factory.h43 bool CreateSocket();
H A Dipc_channel_factory.cc16 CreateSocket();
23 bool ChannelFactory::CreateSocket() { function in class:IPC::ChannelFactory
/external/chromium_org/tools/android/forwarder2/
H A Dhost_controller.h70 scoped_ptr<Socket> CreateSocket();
H A Dhost_controller.cc102 scoped_ptr<Socket> host_server_data_socket(CreateSocket());
126 scoped_ptr<Socket> adb_data_socket(CreateSocket());
149 scoped_ptr<Socket> HostController::CreateSocket() { function in class:forwarder2::HostController
/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection.cc26 buzz::AsyncSocket* CreateSocket( function in namespace:notifier::__anon8353
70 CreateSocket(xmpp_client_settings,
/external/chromium_org/v8/test/cctest/
H A Dtest-sockets.cc73 server_ = OS::CreateSocket();
125 Socket* client = OS::CreateSocket();
/external/v8/test/cctest/
H A Dtest-sockets.cc48 server_ = OS::CreateSocket();
100 Socket* client = OS::CreateSocket();
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_sd_server.h58 bool CreateSocket();

Completed in 926 milliseconds

123