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

/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h347 std::string last_sent_to_; member in class:CallClient
H A Dcallclient.cc319 last_sent_to_ = words[1];
321 } else if (!last_sent_to_.empty()) {
322 SendChat(last_sent_to_, words[1]);

Completed in 101 milliseconds