Searched refs:CreateAndListen (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/socket/
H A Dtcp_listen_socket.h23 static scoped_ptr<TCPListenSocket> CreateAndListen(
50 virtual scoped_ptr<StreamListenSocket> CreateAndListen(
H A Dunix_domain_listen_socket_posix.h37 static scoped_ptr<UnixDomainListenSocket> CreateAndListen(
85 virtual scoped_ptr<StreamListenSocket> CreateAndListen(
109 virtual scoped_ptr<StreamListenSocket> CreateAndListen(
H A Dtcp_listen_socket.cc33 scoped_ptr<TCPListenSocket> TCPListenSocket::CreateAndListen( function in class:net::TCPListenSocket
120 scoped_ptr<StreamListenSocket> TCPListenSocketFactory::CreateAndListen( function in class:net::TCPListenSocketFactory
122 return TCPListenSocket::CreateAndListen(ip_, port_, delegate)
H A Dunix_domain_listen_socket_posix.cc83 scoped_ptr<UnixDomainListenSocket> UnixDomainListenSocket::CreateAndListen( function in class:net::deprecated::UnixDomainListenSocket
138 scoped_ptr<StreamListenSocket> UnixDomainListenSocketFactory::CreateAndListen( function in class:net::deprecated::UnixDomainListenSocketFactory
140 return UnixDomainListenSocket::CreateAndListen(
158 UnixDomainListenSocketWithAbstractNamespaceFactory::CreateAndListen( function in class:net::deprecated::UnixDomainListenSocketWithAbstractNamespaceFactory
H A Dunix_domain_listen_socket_posix_unittest.cc149 void CreateAndListen() { function in class:net::deprecated::__anon9556::UnixDomainListenSocketTestHelper
150 socket_ = UnixDomainListenSocket::CreateAndListen(
214 base::Bind(&UnixDomainListenSocketTestHelper::CreateAndListen,
249 TEST_F(UnixDomainListenSocketTest, CreateAndListen) {
250 CreateAndListen();
256 CreateAndListen();
H A Dstream_listen_socket.h146 virtual scoped_ptr<StreamListenSocket> CreateAndListen(
H A Dtcp_listen_socket_unittest.cc259 return TCPListenSocket::CreateAndListen(kLoopback, 0, this);
H A Dtransport_client_socket_unittest.cc116 sock = TCPListenSocket::CreateAndListen("127.0.0.1", port, this);
/external/chromium_org/content/public/browser/
H A Ddevtools_http_handler.h41 virtual scoped_ptr<net::ServerSocket> CreateAndListen() const;
/external/chromium_org/chrome/browser/devtools/
H A Dbrowser_list_tabcontents_provider.cc88 return net::TCPListenSocket::CreateAndListen("127.0.0.1", port, delegate)
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_server.cc157 virtual scoped_ptr<net::ServerSocket> CreateAndListen() const OVERRIDE {
/external/chromium_org/remoting/host/
H A Dgnubby_auth_handler_posix.cc266 auth_socket_ = net::deprecated::UnixDomainListenSocket::CreateAndListen(
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc195 DevToolsHttpHandler::ServerSocketFactory::CreateAndListen() const { function in class:content::DevToolsHttpHandler::ServerSocketFactory
726 server_socket_factory_->CreateAndListen();

Completed in 3082 milliseconds