OnClientConnected   48 apps/app_shim/app_shim_host_manager_mac.h   virtual void OnClientConnected(const IPC::ChannelHandle& handle) OVERRIDE;
OnClientConnected  226 components/breakpad/tools/crash_service.cc                                       &CrashService::OnClientConnected, this,
OnClientConnected   87 components/breakpad/tools/crash_service.h   static void OnClientConnected(void* context,
OnClientConnected   67 content/test/mock_google_streaming_server.cc   delegate_->OnClientConnected();
OnClientConnected   25 content/test/mock_google_streaming_server.h     virtual void OnClientConnected() = 0;
OnClientConnected   69 ipc/ipc_channel_factory.cc   delegate_->OnClientConnected(handle);
OnClientConnected   26 ipc/ipc_channel_factory.h     virtual void OnClientConnected(const ChannelHandle& handle) = 0;
OnClientConnected  210 remoting/host/chromoting_host.cc                     OnClientConnected(client->client_jid()));
OnClientConnected  335 remoting/host/chromoting_host_unittest.cc     EXPECT_CALL(host_status_observer_, OnClientConnected(session_jid))
OnClientConnected  114 remoting/host/daemon_process.cc                         OnClientConnected)
OnClientConnected  311 remoting/host/daemon_process.cc                     OnClientConnected(jid));
OnClientConnected  120 remoting/host/daemon_process.h   void OnClientConnected(const std::string& jid);
OnClientConnected  127 remoting/host/host_mock_objects.h   MOCK_METHOD1(OnClientConnected, void(const std::string& jid));
OnClientConnected   36 remoting/host/host_status_observer.h   virtual void OnClientConnected(const std::string& jid) {}
OnClientConnected   39 remoting/host/ipc_host_event_logger.h   virtual void OnClientConnected(const std::string& jid) OVERRIDE;
OnClientConnected   57 remoting/host/log_to_server.h   virtual void OnClientConnected(const std::string& jid) OVERRIDE;
OnClientConnected  164 remoting/host/log_to_server_unittest.cc   log_to_server_->OnClientConnected(kClientJid1);
OnClientConnected  174 remoting/host/log_to_server_unittest.cc   log_to_server_->OnClientConnected(kClientJid1);
OnClientConnected  197 remoting/host/log_to_server_unittest.cc   log_to_server_->OnClientConnected(kClientJid1);
OnClientConnected  202 remoting/host/log_to_server_unittest.cc   log_to_server_->OnClientConnected(kClientJid2);
OnClientConnected  245 remoting/host/log_to_server_unittest.cc   log_to_server_->OnClientConnected(kClientJid1);
OnClientConnected  251 remoting/host/log_to_server_unittest.cc   log_to_server_->OnClientConnected(kClientJid2);
OnClientConnected   97 remoting/protocol/authenticator_test_base.cc       base::Bind(&AuthenticatorTestBase::OnClientConnected,
OnClientConnected   52 remoting/protocol/authenticator_test_base.h   void OnClientConnected(net::Error error,
OnClientConnected   79 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc         base::Bind(&SslHmacChannelAuthenticatorTest::OnClientConnected,
OnClientConnected   71 tools/android/forwarder2/daemon.cc     server_delegate->OnClientConnected(client_socket.Pass());
OnClientConnected   40 tools/android/forwarder2/daemon.h     virtual void OnClientConnected(scoped_ptr<Socket> client_socket) = 0;