/external/chromium_org/remoting/host/ |
D | log_to_server_unittest.cc | 164 log_to_server_->OnClientConnected(kClientJid1); in TEST_F() 174 log_to_server_->OnClientConnected(kClientJid1); in TEST_F() 197 log_to_server_->OnClientConnected(kClientJid1); in TEST_F() 202 log_to_server_->OnClientConnected(kClientJid2); in TEST_F() 245 log_to_server_->OnClientConnected(kClientJid1); in TEST_F() 251 log_to_server_->OnClientConnected(kClientJid2); in TEST_F()
|
D | daemon_process.cc | 114 OnClientConnected) in OnMessageReceived() 307 void DaemonProcess::OnClientConnected(const std::string& jid) { in OnClientConnected() function in remoting::DaemonProcess 311 OnClientConnected(jid)); in OnClientConnected()
|
D | host_status_observer.h | 36 virtual void OnClientConnected(const std::string& jid) {} in OnClientConnected() function
|
D | ipc_host_event_logger.h | 39 virtual void OnClientConnected(const std::string& jid) OVERRIDE;
|
D | log_to_server.h | 57 virtual void OnClientConnected(const std::string& jid) OVERRIDE;
|
D | ipc_host_event_logger.cc | 43 void IpcHostEventLogger::OnClientConnected(const std::string& jid) { in OnClientConnected() function in remoting::IpcHostEventLogger
|
D | log_to_server.cc | 73 void LogToServer::OnClientConnected(const std::string& jid) { in OnClientConnected() function in remoting::LogToServer
|
D | daemon_process.h | 120 void OnClientConnected(const std::string& jid);
|
D | host_mock_objects.h | 119 MOCK_METHOD1(OnClientConnected, void(const std::string& jid));
|
D | chromoting_host.cc | 210 OnClientConnected(client->client_jid())); in OnSessionChannelsConnected()
|
/external/chromium_org/remoting/protocol/ |
D | authenticator_test_base.cc | 97 base::Bind(&AuthenticatorTestBase::OnClientConnected, in RunChannelAuth() 144 void AuthenticatorTestBase::OnClientConnected( in OnClientConnected() function in remoting::protocol::AuthenticatorTestBase
|
D | ssl_hmac_channel_authenticator_unittest.cc | 79 base::Bind(&SslHmacChannelAuthenticatorTest::OnClientConnected, in RunChannelAuth() 118 void OnClientConnected(net::Error error, in OnClientConnected() function in remoting::protocol::SslHmacChannelAuthenticatorTest
|
D | authenticator_test_base.h | 52 void OnClientConnected(net::Error error,
|
/external/chromium_org/ipc/ |
D | ipc_channel_factory.h | 26 virtual void OnClientConnected(const ChannelHandle& handle) = 0;
|
D | ipc_channel_factory.cc | 69 delegate_->OnClientConnected(handle); in OnFileCanReadWithoutBlocking()
|
/external/chromium_org/tools/android/forwarder2/ |
D | daemon.h | 40 virtual void OnClientConnected(scoped_ptr<Socket> client_socket) = 0;
|
D | device_forwarder_main.cc | 80 virtual void OnClientConnected(scoped_ptr<Socket> client_socket) OVERRIDE { in OnClientConnected() function in forwarder2::__anon072af5850111::ServerDelegate
|
D | daemon.cc | 73 server_delegate->OnClientConnected(client_socket.Pass()); in RunServerAcceptLoop()
|
/external/chromium_org/apps/app_shim/ |
D | app_shim_host_manager_mac.h | 48 virtual void OnClientConnected(const IPC::ChannelHandle& handle) OVERRIDE;
|
D | app_shim_host_manager_mac.mm | 84 void AppShimHostManager::OnClientConnected( function
|
/external/chromium_org/content/test/ |
D | mock_google_streaming_server.h | 25 virtual void OnClientConnected() = 0;
|
D | mock_google_streaming_server.cc | 67 delegate_->OnClientConnected(); in OnRequestStart()
|
/external/chromium_org/components/breakpad/tools/ |
D | crash_service.h | 87 static void OnClientConnected(void* context,
|
D | crash_service.cc | 226 &CrashService::OnClientConnected, this, in Initialize() 285 void CrashService::OnClientConnected(void* context, in OnClientConnected() function in breakpad::CrashService
|
/external/chromium_org/content/browser/speech/ |
D | speech_recognition_browsertest.cc | 47 virtual void OnClientConnected() OVERRIDE { in OnClientConnected() function in content::SpeechRecognitionBrowserTest
|