Searched refs:SendChat (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h100 void SendChat(const std::string& to, const std::string msg);
H A Dcallclient.cc200 SendChat(words[1], words[2]);
202 SendChat(last_sent_to_, words[1]);
504 void CallClient::SendChat(const std::string& to, const std::string msg) { function in class:CallClient

Completed in 61 milliseconds