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

/external/chromium_org/net/socket/
H A Dunix_domain_server_socket_posix.h26 class NET_EXPORT UnixDomainServerSocket : public ServerSocket { class in namespace:net
45 UnixDomainServerSocket(const AuthCallback& auth_callack,
47 virtual ~UnixDomainServerSocket();
86 DISALLOW_COPY_AND_ASSIGN(UnixDomainServerSocket);
H A Dunix_domain_server_socket_posix.cc34 UnixDomainServerSocket::UnixDomainServerSocket( function in class:net::UnixDomainServerSocket
42 UnixDomainServerSocket::~UnixDomainServerSocket() {
46 bool UnixDomainServerSocket::GetPeerCredentials(SocketDescriptor socket,
63 int UnixDomainServerSocket::Listen(const IPEndPoint& address, int backlog) {
68 int UnixDomainServerSocket::ListenWithAddressAndPort(
105 int UnixDomainServerSocket::GetLocalAddress(IPEndPoint* address) const {
110 int UnixDomainServerSocket::Accept(scoped_ptr<StreamSocket>* socket,
118 int UnixDomainServerSocket
[all...]
H A Dunix_domain_listen_socket_posix_unittest.cc141 const UnixDomainServerSocket::Credentials&) {
139 UserCanConnectCallback( bool allow_user, const scoped_refptr<EventManager>& event_manager, const UnixDomainServerSocket::Credentials&) argument

Completed in 637 milliseconds