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

  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
presencepushtask.cc 181 const std::string &api_message = api_msg->BodyText(); local
182 s.set_api_message(api_message);
libjingleplus.h 125 const std::string &api_message, const std::string &role);
libjingleplus.cc 619 const std::string &api_message, const std::string &role) {
622 pot->SendDirectedMUC(j,s,user_nick,api_capability,api_message, role);
719 const std::string &api_capability, const std::string &api_message,
721 worker_->SendDirectedMUCPresence(j,s,user_nick,api_capability,api_message,

Completed in 421 milliseconds