OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendChat
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h
100
void
SendChat
(const std::string& to, const std::string msg);
callclient.cc
200
SendChat
(words[1], words[2]);
202
SendChat
(last_sent_to_, words[1]);
504
void CallClient::
SendChat
(const std::string& to, const std::string msg) {
Completed in 31 milliseconds