/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | nullsocketserver.h | 61 virtual talk_base::AsyncSocket* CreateAsyncSocket(int type) { in CreateAsyncSocket() function 66 virtual talk_base::AsyncSocket* CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function
|
D | sslsocketfactory.cc | 126 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::SslSocketFactory 130 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::SslSocketFactory
|
D | natsocketfactory.cc | 337 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::NATSocketFactory 341 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::NATSocketFactory 383 AsyncSocket* NATSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::NATSocketServer 387 AsyncSocket* NATSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::NATSocketServer
|
D | macsocketserver.cc | 23 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::MacBaseSocketServer 27 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::MacBaseSocketServer
|
D | firewallsocketserver.cc | 202 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::FirewallSocketServer 206 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::FirewallSocketServer
|
D | win32socketserver.cc | 757 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::Win32SocketServer 761 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::Win32SocketServer
|
D | virtualsocketserver.cc | 614 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::VirtualSocketServer 618 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::VirtualSocketServer
|
D | physicalsocketserver.cc | 1243 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::PhysicalSocketServer 1247 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::PhysicalSocketServer
|
/external/chromium_org/third_party/webrtc/base/ |
D | nullsocketserver.h | 44 virtual rtc::AsyncSocket* CreateAsyncSocket(int type) { in CreateAsyncSocket() function 49 virtual rtc::AsyncSocket* CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function
|
D | sslsocketfactory.cc | 109 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::SslSocketFactory 113 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::SslSocketFactory
|
D | natsocketfactory.cc | 320 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::NATSocketFactory 324 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::NATSocketFactory 366 AsyncSocket* NATSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::NATSocketServer 370 AsyncSocket* NATSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::NATSocketServer
|
D | macsocketserver.cc | 32 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::MacBaseSocketServer 36 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::MacBaseSocketServer
|
D | firewallsocketserver.cc | 185 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::FirewallSocketServer 189 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::FirewallSocketServer
|
D | win32socketserver.cc | 740 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::Win32SocketServer 744 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::Win32SocketServer
|
D | virtualsocketserver.cc | 597 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::VirtualSocketServer 601 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::VirtualSocketServer
|
D | physicalsocketserver.cc | 1226 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::PhysicalSocketServer 1230 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::PhysicalSocketServer
|