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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomuniquehangoutidtask.cc 12 : IqTask(parent, STR_GET, lookup_server_jid, MakeUniqueRequestXml()) {
discoitemsquerytask.cc 38 : IqTask(parent, STR_GET, to, MakeRequest(node)) {
mucroomdiscoverytask.cc 37 : IqTask(parent, STR_GET, room_jid,
pingtask.cc 63 MakeIq(buzz::STR_GET, Jid(STR_EMPTY), task_id()));
jingleinfotask.cc 45 MakeIq(STR_GET, Jid(), task_id()));
pubsub_task.cc 103 MakeIq(buzz::STR_GET, pubsub_node_jid_, task_id()));
pubsubtasks.cc 167 : IqTask(parent, STR_GET, pubsubjid, CreatePubSubItemsElem(node)) {
constants.h 56 extern const char STR_GET[];
constants.cc 62 const char STR_GET[] = "get";
  /external/chromium/third_party/libjingle/source/talk/examples/call/
discoitemsquerytask.cc 48 talk_base::scoped_ptr<XmlElement> get(MakeIq(STR_GET, to_, task_id()));