Searched defs:api_message (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
H A Dpresencepushtask.cc181 const std::string &api_message = api_msg->BodyText(); local
182 s.set_api_message(api_message);
H A Dlibjingleplus.cc619 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,
617 SendDirectedMUCPresenceW(const buzz::Jid & j, const buzz::Status & s, const std::string &user_nick, const std::string &api_capability, const std::string &api_message, const std::string &role) argument
717 SendDirectedMUCPresence(const buzz::Jid & j, const buzz::Status & s, const std::string &user_nick, const std::string &api_capability, const std::string &api_message, const std::string &role) argument

Completed in 132 milliseconds