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

/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.h16 class BASE_EXPORT UnixDomainSocket { class
/external/chromium_org/net/socket/
H A Dunix_domain_socket_posix.h27 class NET_EXPORT UnixDomainSocket : public StreamListenSocket { class in namespace:net
39 // Note that the returned UnixDomainSocket instance does not take ownership of
41 static scoped_refptr<UnixDomainSocket> CreateAndListen(
50 static scoped_refptr<UnixDomainSocket> CreateAndListenWithAbstractNamespace(
58 UnixDomainSocket(SocketDescriptor s,
61 virtual ~UnixDomainSocket();
63 static 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.cc51 UnixDomainSocket::AuthCallback NoAuthentication() {
56 UnixDomainSocket* UnixDomainSocket::CreateAndListenInternal(
67 UnixDomainSocket* sock = new UnixDomainSocket(s, del, auth_callback);
73 scoped_refptr<UnixDomainSocket> UnixDomainSocket::CreateAndListen(
82 scoped_refptr<UnixDomainSocket>
83 UnixDomainSocket::CreateAndListenWithAbstractNamespace(
93 UnixDomainSocket function in class:net::UnixDomainSocket
[all...]

Completed in 101 milliseconds