Searched defs:UnixDomainSocket (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.h19 class BASE_EXPORT UnixDomainSocket { class
/external/chromium_org/net/socket/
H A Dunix_domain_socket_posix.h26 class NET_EXPORT UnixDomainSocket : public StreamListenSocket { class in namespace:net
28 virtual ~UnixDomainSocket();
40 // Note that the returned UnixDomainSocket instance does not take ownership of
42 static scoped_ptr<UnixDomainSocket> CreateAndListen(
51 static scoped_ptr<UnixDomainSocket> CreateAndListenWithAbstractNamespace(
59 UnixDomainSocket(SocketDescriptor s,
63 static scoped_ptr<UnixDomainSocket> CreateAndListenInternal(
78 DISALLOW_COPY_AND_ASSIGN(UnixDomainSocket);
81 // Factory that can be used to instantiate UnixDomainSocket.
86 const UnixDomainSocket
[all...]
H A Dunix_domain_socket_posix.cc52 UnixDomainSocket::AuthCallback UnixDomainSocket::NoAuthentication() {
57 scoped_ptr<UnixDomainSocket> UnixDomainSocket::CreateAndListenInternal(
67 return scoped_ptr<UnixDomainSocket>();
68 scoped_ptr<UnixDomainSocket> sock(
69 new UnixDomainSocket(s, del, auth_callback));
75 scoped_ptr<UnixDomainSocket> UnixDomainSocket::CreateAndListen(
84 scoped_ptr<UnixDomainSocket>
95 UnixDomainSocket::UnixDomainSocket( function in class:net::UnixDomainSocket
[all...]

Completed in 327 milliseconds