Searched refs:OnClientConnected (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ipc/
H A Dipc_channel_factory.h26 virtual void OnClientConnected(const ChannelHandle& handle) = 0;
H A Dipc_channel_factory.cc69 delegate_->OnClientConnected(handle);
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_manager_mac.h48 virtual void OnClientConnected(const IPC::ChannelHandle& handle) OVERRIDE;
/external/chromium_org/components/breakpad/tools/
H A Dcrash_service.h87 static void OnClientConnected(void* context,
H A Dcrash_service.cc226 &CrashService::OnClientConnected, this,
285 void CrashService::OnClientConnected(void* context, function in class:breakpad::CrashService
/external/chromium_org/content/test/
H A Dmock_google_streaming_server.h25 virtual void OnClientConnected() = 0;
H A Dmock_google_streaming_server.cc67 delegate_->OnClientConnected();
/external/chromium_org/remoting/host/
H A Dhost_status_observer.h36 virtual void OnClientConnected(const std::string& jid) {} function in class:remoting::HostStatusObserver
H A Dlog_to_server_unittest.cc164 log_to_server_->OnClientConnected(kClientJid1);
174 log_to_server_->OnClientConnected(kClientJid1);
197 log_to_server_->OnClientConnected(kClientJid1);
202 log_to_server_->OnClientConnected(kClientJid2);
245 log_to_server_->OnClientConnected(kClientJid1);
251 log_to_server_->OnClientConnected(kClientJid2);
H A Dipc_host_event_logger.h39 virtual void OnClientConnected(const std::string& jid) OVERRIDE;
H A Dlog_to_server.h57 virtual void OnClientConnected(const std::string& jid) OVERRIDE;
H A Dipc_host_event_logger.cc43 void IpcHostEventLogger::OnClientConnected(const std::string& jid) { function in class:remoting::IpcHostEventLogger
H A Ddaemon_process.cc114 OnClientConnected)
307 void DaemonProcess::OnClientConnected(const std::string& jid) { function in class:remoting::DaemonProcess
311 OnClientConnected(jid));
H A Ddaemon_process.h120 void OnClientConnected(const std::string& jid);
H A Dlog_to_server.cc73 void LogToServer::OnClientConnected(const std::string& jid) { function in class:remoting::LogToServer
H A Dhost_mock_objects.h119 MOCK_METHOD1(OnClientConnected, void(const std::string& jid));
H A Dchromoting_host.cc210 OnClientConnected(client->client_jid()));
/external/chromium_org/tools/android/forwarder2/
H A Ddaemon.h40 virtual void OnClientConnected(scoped_ptr<Socket> client_socket) = 0;
H A Ddevice_forwarder_main.cc80 virtual void OnClientConnected(scoped_ptr<Socket> client_socket) OVERRIDE {
H A Ddaemon.cc73 server_delegate->OnClientConnected(client_socket.Pass());
H A Dhost_forwarder_main.cc322 virtual void OnClientConnected(scoped_ptr<Socket> client_socket) OVERRIDE {
/external/chromium_org/remoting/protocol/
H A Dauthenticator_test_base.h52 void OnClientConnected(net::Error error,
H A Dauthenticator_test_base.cc97 base::Bind(&AuthenticatorTestBase::OnClientConnected,
144 void AuthenticatorTestBase::OnClientConnected( function in class:remoting::protocol::AuthenticatorTestBase
H A Dssl_hmac_channel_authenticator_unittest.cc79 base::Bind(&SslHmacChannelAuthenticatorTest::OnClientConnected,
118 void OnClientConnected(net::Error error, function in class:remoting::protocol::SslHmacChannelAuthenticatorTest
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_browsertest.cc47 virtual void OnClientConnected() OVERRIDE {

Completed in 279 milliseconds

12