OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 31 milliseconds