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

  /external/chromium_org/ipc/
unix_domain_socket_util_unittest.cc 116 bool CreateClientSocket() {
154 ASSERT_TRUE(connection.CreateClientSocket());
161 ASSERT_TRUE(connection.CreateClientSocket());
  /external/chromium_org/net/socket/
unix_domain_socket_posix_unittest.cc 189 SocketDescriptor CreateClientSocket() {
293 const SocketDescriptor sock = CreateClientSocket();
318 const SocketDescriptor sock = CreateClientSocket();
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 49 talk_base::AsyncSocket* CreateClientSocket(int family) {
158 control_socket_.reset(CreateClientSocket(server_address_.ipaddr().family()));
159 hanging_get_.reset(CreateClientSocket(server_address_.ipaddr().family()));

Completed in 178 milliseconds