GnubbyAuthHandlerPosix 89 remoting/host/gnubby_auth_handler_posix.cc GnubbyAuthHandlerPosix::GnubbyAuthHandlerPosix( GnubbyAuthHandlerPosix 95 remoting/host/gnubby_auth_handler_posix.cc GnubbyAuthHandlerPosix::~GnubbyAuthHandlerPosix() { GnubbyAuthHandlerPosix 102 remoting/host/gnubby_auth_handler_posix.cc return scoped_ptr<GnubbyAuthHandler>(new GnubbyAuthHandlerPosix(client_stub)); GnubbyAuthHandlerPosix 111 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::DeliverClientMessage(const std::string& message) { GnubbyAuthHandlerPosix 161 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::DeliverHostDataMessage( GnubbyAuthHandlerPosix 189 remoting/host/gnubby_auth_handler_posix.cc bool GnubbyAuthHandlerPosix::HasActiveSocketForTesting( GnubbyAuthHandlerPosix 196 remoting/host/gnubby_auth_handler_posix.cc int GnubbyAuthHandlerPosix::GetConnectionIdForTesting( GnubbyAuthHandlerPosix 203 remoting/host/gnubby_auth_handler_posix.cc GnubbySocket* GnubbyAuthHandlerPosix::GetGnubbySocketForTesting( GnubbyAuthHandlerPosix 210 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::DidAccept( GnubbyAuthHandlerPosix 218 remoting/host/gnubby_auth_handler_posix.cc base::Bind(&GnubbyAuthHandlerPosix::RequestTimedOut, GnubbyAuthHandlerPosix 223 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::DidRead(net::StreamListenSocket* socket, GnubbyAuthHandlerPosix 245 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::DidClose(net::StreamListenSocket* socket) { GnubbyAuthHandlerPosix 256 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::CreateAuthorizationSocket() { GnubbyAuthHandlerPosix 276 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::ProcessGnubbyRequest( GnubbyAuthHandlerPosix 283 remoting/host/gnubby_auth_handler_posix.cc GnubbyAuthHandlerPosix::ActiveSockets::iterator GnubbyAuthHandlerPosix 284 remoting/host/gnubby_auth_handler_posix.cc GnubbyAuthHandlerPosix::GetSocketForMessage(base::DictionaryValue* message) { GnubbyAuthHandlerPosix 292 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::SendErrorAndCloseActiveSocket( GnubbyAuthHandlerPosix 300 remoting/host/gnubby_auth_handler_posix.cc void GnubbyAuthHandlerPosix::RequestTimedOut(int connection_id) { GnubbyAuthHandlerPosix 28 remoting/host/gnubby_auth_handler_posix.h class GnubbyAuthHandlerPosix : public GnubbyAuthHandler, GnubbyAuthHandlerPosix 32 remoting/host/gnubby_auth_handler_posix.h explicit GnubbyAuthHandlerPosix(protocol::ClientStub* client_stub); GnubbyAuthHandlerPosix 33 remoting/host/gnubby_auth_handler_posix.h virtual ~GnubbyAuthHandlerPosix(); GnubbyAuthHandlerPosix 83 remoting/host/gnubby_auth_handler_posix.h DISALLOW_COPY_AND_ASSIGN(GnubbyAuthHandlerPosix); GnubbyAuthHandlerPosix 61 remoting/host/gnubby_auth_handler_posix_unittest.cc scoped_ptr<GnubbyAuthHandlerPosix> auth_handler_posix_; GnubbyAuthHandlerPosix 79 remoting/host/gnubby_auth_handler_posix_unittest.cc auth_handler_posix_.reset(new GnubbyAuthHandlerPosix(&client_stub_));