CreateAndBind     756 components/nacl/browser/nacl_process_host.cc   s = net::TCPListenSocket::CreateAndBind("127.0.0.1", port);
CreateAndBind      35 net/socket/tcp_listen_socket.cc   SocketDescriptor s = CreateAndBind(ip, port);
CreateAndBind      78 net/socket/tcp_listen_socket.cc   SocketDescriptor s = CreateAndBind(ip, 0);
CreateAndBind      27 net/socket/tcp_listen_socket.h   static SocketDescriptor CreateAndBind(const std::string& ip, int port);
CreateAndBind      63 net/socket/unix_domain_socket_posix.cc   SocketDescriptor s = CreateAndBind(path, use_abstract_namespace);
CreateAndBind      65 net/socket/unix_domain_socket_posix.cc     s = CreateAndBind(fallback_path, use_abstract_namespace);
CreateAndBind      70 net/socket/unix_domain_socket_posix.h   static SocketDescriptor CreateAndBind(const std::string& path,