Searched refs:SendMessageToClient (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc18 SendMessageToClient(message);
H A Ddevtools_agent_host_impl.h56 void SendMessageToClient(const std::string& message);
H A Dembedded_worker_devtools_agent_host.cc180 SendMessageToClient(notification);
223 SendMessageToClient(message);
H A Ddevtools_agent_host_impl.cc132 void DevToolsAgentHostImpl::SendMessageToClient(const std::string& message) { function in class:content::DevToolsAgentHostImpl
H A Drender_view_devtools_agent_host.cc430 SendMessageToClient(notification->Serialize());
477 SendMessageToClient(message);
/external/chromium_org/remoting/host/
H A Dcast_extension_session.cc224 SendMessageToClient(subject.c_str(), json_str);
415 bool CastExtensionSession::SendMessageToClient(const std::string& subject, function in class:remoting::CastExtensionSession
523 if (!SendMessageToClient(kSubjectTest, "Hello, client.") ||
524 !SendMessageToClient(kSubjectReady, "Host ready to receive offers.")) {
669 SendMessageToClient(kSubjectNewCandidate, json_str);
H A Dcast_extension_session.h158 bool SendMessageToClient(const std::string& subject, const std::string& data);
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc1281 SendMessageToClient();
1303 peer_->SendMessageToClient();
1307 void SendMessageToClient() { function in class:IPC::__anon8488::RestrictedDispatchDeadlockServer

Completed in 5641 milliseconds