ClientSession 174 remoting/host/chromoting_host.cc bool ChromotingHost::OnSessionAuthenticated(ClientSession* client) { ClientSession 184 remoting/host/chromoting_host.cc ClientSession* other_client = *it++; ClientSession 205 remoting/host/chromoting_host.cc void ChromotingHost::OnSessionChannelsConnected(ClientSession* client) { ClientSession 213 remoting/host/chromoting_host.cc void ChromotingHost::OnSessionAuthenticationFailed(ClientSession* client) { ClientSession 221 remoting/host/chromoting_host.cc void ChromotingHost::OnSessionClosed(ClientSession* client) { ClientSession 236 remoting/host/chromoting_host.cc void ChromotingHost::OnSessionSequenceNumber(ClientSession* session, ClientSession 242 remoting/host/chromoting_host.cc ClientSession* session, ClientSession 295 remoting/host/chromoting_host.cc ClientSession* client = new ClientSession( ClientSession 64 remoting/host/chromoting_host.h public ClientSession::EventHandler, ClientSession 118 remoting/host/chromoting_host.h virtual bool OnSessionAuthenticated(ClientSession* client) OVERRIDE; ClientSession 119 remoting/host/chromoting_host.h virtual void OnSessionChannelsConnected(ClientSession* client) OVERRIDE; ClientSession 120 remoting/host/chromoting_host.h virtual void OnSessionAuthenticationFailed(ClientSession* client) OVERRIDE; ClientSession 121 remoting/host/chromoting_host.h virtual void OnSessionClosed(ClientSession* session) OVERRIDE; ClientSession 122 remoting/host/chromoting_host.h virtual void OnSessionSequenceNumber(ClientSession* session, ClientSession 125 remoting/host/chromoting_host.h ClientSession* session, ClientSession 155 remoting/host/chromoting_host.h typedef std::list<ClientSession*> ClientList; ClientSession 184 remoting/host/chromoting_host_unittest.cc scoped_ptr<ClientSession> client(new ClientSession( ClientSession 202 remoting/host/chromoting_host_unittest.cc base::Bind(&ClientSession::OnConnectionAuthenticated, ClientSession 207 remoting/host/chromoting_host_unittest.cc base::Bind(&ClientSession::OnConnectionChannelsConnected, ClientSession 212 remoting/host/chromoting_host_unittest.cc FROM_HERE, base::Bind(&ClientSession::OnConnectionClosed, ClientSession 405 remoting/host/chromoting_host_unittest.cc ClientSession* client1_; ClientSession 414 remoting/host/chromoting_host_unittest.cc ClientSession* client2_; ClientSession 435 remoting/host/chromoting_host_unittest.cc ClientSession*& get_client(int connection_index) { ClientSession 37 remoting/host/client_session.cc ClientSession::ClientSession( ClientSession 90 remoting/host/client_session.cc ClientSession::~ClientSession() { ClientSession 101 remoting/host/client_session.cc void ClientSession::NotifyClientResolution( ClientSession 128 remoting/host/client_session.cc void ClientSession::ControlVideo(const protocol::VideoControl& video_control) { ClientSession 138 remoting/host/client_session.cc void ClientSession::ControlAudio(const protocol::AudioControl& audio_control) { ClientSession 149 remoting/host/client_session.cc void ClientSession::SetCapabilities( ClientSession 178 remoting/host/client_session.cc void ClientSession::RequestPairing( ClientSession 190 remoting/host/client_session.cc void ClientSession::DeliverClientMessage( ClientSession 213 remoting/host/client_session.cc void ClientSession::OnConnectionAuthenticated( ClientSession 233 remoting/host/client_session.cc this, &ClientSession::DisconnectSession); ClientSession 303 remoting/host/client_session.cc void ClientSession::OnConnectionChannelsConnected( ClientSession 332 remoting/host/client_session.cc void ClientSession::OnConnectionClosed( ClientSession 375 remoting/host/client_session.cc void ClientSession::OnSequenceNumberUpdated( ClientSession 386 remoting/host/client_session.cc void ClientSession::OnRouteChange( ClientSession 395 remoting/host/client_session.cc const std::string& ClientSession::client_jid() const { ClientSession 399 remoting/host/client_session.cc void ClientSession::DisconnectSession() { ClientSession 410 remoting/host/client_session.cc void ClientSession::OnLocalMouseMoved(const webrtc::DesktopVector& position) { ClientSession 415 remoting/host/client_session.cc void ClientSession::SetDisableInputs(bool disable_inputs) { ClientSession 425 remoting/host/client_session.cc void ClientSession::SetGnubbyAuthHandlerForTesting( ClientSession 430 remoting/host/client_session.cc scoped_ptr<protocol::ClipboardStub> ClientSession::CreateClipboardProxy() { ClientSession 441 remoting/host/client_session.cc scoped_ptr<VideoEncoder> ClientSession::CreateVideoEncoder( ClientSession 456 remoting/host/client_session.cc scoped_ptr<AudioEncoder> ClientSession::CreateAudioEncoder( ClientSession 48 remoting/host/client_session.h class ClientSession ClientSession 59 remoting/host/client_session.h virtual bool OnSessionAuthenticated(ClientSession* client) = 0; ClientSession 62 remoting/host/client_session.h virtual void OnSessionChannelsConnected(ClientSession* client) = 0; ClientSession 67 remoting/host/client_session.h virtual void OnSessionAuthenticationFailed(ClientSession* client) = 0; ClientSession 70 remoting/host/client_session.h virtual void OnSessionClosed(ClientSession* client) = 0; ClientSession 74 remoting/host/client_session.h virtual void OnSessionSequenceNumber(ClientSession* client, ClientSession 80 remoting/host/client_session.h ClientSession* client, ClientSession 89 remoting/host/client_session.h ClientSession( ClientSession 101 remoting/host/client_session.h virtual ~ClientSession(); ClientSession 211 remoting/host/client_session.h base::OneShotTimer<ClientSession> max_duration_timer_; ClientSession 242 remoting/host/client_session.h DISALLOW_COPY_AND_ASSIGN(ClientSession); ClientSession 111 remoting/host/client_session_unittest.cc scoped_ptr<ClientSession> client_session_; ClientSession 171 remoting/host/client_session_unittest.cc client_session_.reset(new ClientSession( ClientSession 39 remoting/host/desktop_session_proxy.h class ClientSession; ClientSession 66 remoting/host/host_mock_objects.h class MockClientSessionEventHandler : public ClientSession::EventHandler { ClientSession 71 remoting/host/host_mock_objects.h MOCK_METHOD1(OnSessionAuthenticated, bool(ClientSession* client)); ClientSession 72 remoting/host/host_mock_objects.h MOCK_METHOD1(OnSessionChannelsConnected, void(ClientSession* client)); ClientSession 73 remoting/host/host_mock_objects.h MOCK_METHOD1(OnSessionAuthenticationFailed, void(ClientSession* client)); ClientSession 74 remoting/host/host_mock_objects.h MOCK_METHOD1(OnSessionClosed, void(ClientSession* client)); ClientSession 75 remoting/host/host_mock_objects.h MOCK_METHOD2(OnSessionSequenceNumber, void(ClientSession* client, ClientSession 78 remoting/host/host_mock_objects.h ClientSession* client,