HomeSort by relevance Sort by last modified time
    Searched refs:last_sent_to_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 347 std::string last_sent_to_; member in class:CallClient
callclient.cc 319 last_sent_to_ = words[1];
321 } else if (!last_sent_to_.empty()) {
322 SendChat(last_sent_to_, words[1]);
    [all...]

Completed in 36 milliseconds