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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
discoitemsquerytask.cc 48 talk_base::scoped_ptr<XmlElement> get(MakeIq(STR_GET, to_, task_id()));
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.h 107 static XmlElement *MakeIq(const std::string& type,
xmpptask.cc 108 XmlElement* XmppTask::MakeIq(const std::string& type,
  /external/chromium_org/jingle/notifier/listener/
send_ping_task.cc 73 buzz::XmlElement* stanza = MakeIq(buzz::STR_GET,
push_notifications_subscribe_task.cc 95 buzz::XmlElement* iq = MakeIq(buzz::STR_SET, jid.BareJid(), task_id);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
iqtask.cc 43 stanza_(MakeIq(verb, to_, task_id())) {
pingtask.cc 63 MakeIq(buzz::STR_GET, Jid(STR_EMPTY), task_id()));
jingleinfotask.cc 45 MakeIq(STR_GET, Jid(), task_id()));
xmpptask.h 166 static XmlElement *MakeIq(const std::string& type,
pubsub_task.cc 103 MakeIq(buzz::STR_GET, pubsub_node_jid_, task_id()));
xmpptask.cc 109 XmlElement* XmppTask::MakeIq(const std::string& type,
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
rostertask.cc 184 talk_base::scoped_ptr<XmlElement> get(MakeIq(STR_GET, JID_EMPTY, task_id()));
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 164 buzz::XmlElement* iq = MakeIq(buzz::STR_SET, to_jid, task_id);

Completed in 186 milliseconds