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

/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h141 void SendChat(const std::string& to, const std::string msg);
H A Dcallclient.cc320 SendChat(words[1], words[2]);
322 SendChat(last_sent_to_, words[1]);
741 void CallClient::SendChat(const std::string& to, const std::string msg) { function in class:CallClient

Completed in 227 milliseconds