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

  /external/chromium_org/net/socket/
unix_domain_listen_socket_posix.h 29 class NET_EXPORT UnixDomainListenSocket : public StreamListenSocket {
33 virtual ~UnixDomainListenSocket();
35 // Note that the returned UnixDomainListenSocket instance does not take
37 static scoped_ptr<UnixDomainListenSocket> CreateAndListen(
46 static scoped_ptr<UnixDomainListenSocket>
55 UnixDomainListenSocket(SocketDescriptor s,
59 static scoped_ptr<UnixDomainListenSocket> CreateAndListenInternal(
71 DISALLOW_COPY_AND_ASSIGN(UnixDomainListenSocket);
74 // Factory that can be used to instantiate UnixDomainListenSocket.
81 const UnixDomainListenSocket::AuthCallback& auth_callback)
    [all...]
unix_domain_listen_socket_posix.cc 63 scoped_ptr<UnixDomainListenSocket>
64 UnixDomainListenSocket::CreateAndListenInternal(
75 return scoped_ptr<UnixDomainListenSocket>();
76 scoped_ptr<UnixDomainListenSocket> sock(
77 new UnixDomainListenSocket(socket_fd, del, auth_callback));
83 scoped_ptr<UnixDomainListenSocket> UnixDomainListenSocket::CreateAndListen(
92 scoped_ptr<UnixDomainListenSocket>
93 UnixDomainListenSocket::CreateAndListenWithAbstractNamespace(
103 UnixDomainListenSocket::UnixDomainListenSocket
    [all...]
unix_domain_listen_socket_posix_unittest.cc 150 socket_ = UnixDomainListenSocket::CreateAndListen(
183 UnixDomainListenSocket::AuthCallback MakeAuthCallback() {
224 scoped_ptr<UnixDomainListenSocket> socket_;
265 socket_ = UnixDomainListenSocket::CreateAndListenWithAbstractNamespace(
271 scoped_ptr<UnixDomainListenSocket> existing_socket =
272 UnixDomainListenSocket::CreateAndListenWithAbstractNamespace(
277 UnixDomainListenSocket::CreateAndListenWithAbstractNamespace(
282 socket_ = UnixDomainListenSocket::CreateAndListenWithAbstractNamespace(
  /external/chromium_org/chrome/browser/android/
dev_tools_server.cc 113 return net::deprecated::UnixDomainListenSocket::
  /external/chromium_org/remoting/host/
gnubby_auth_handler_posix.cc 266 auth_socket_ = net::deprecated::UnixDomainListenSocket::CreateAndListen(

Completed in 1424 milliseconds