Searched defs:UnixDomainListenSocket (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
H A Dunix_domain_listen_socket_posix.h29 class NET_EXPORT UnixDomainListenSocket : public StreamListenSocket { class in namespace:net::deprecated
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
[all...]
H A Dunix_domain_listen_socket_posix.cc63 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 function in class:net::deprecated::UnixDomainListenSocket
[all...]

Completed in 152 milliseconds