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

  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
friendinvitesendtask.cc 50 XmlElement* presence = new XmlElement(QN_PRESENCE);
presencepushtask.cc 58 if (stanza->Name() != QN_PRESENCE)
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presenceouttask.cc 64 XmlElement * presence = new XmlElement(QN_PRESENCE);
87 XmlElement * result = new XmlElement(QN_PRESENCE);
chatroommoduleimpl.cc 183 if (stanza->Name() == QN_PRESENCE) {
291 XmlElement element(QN_PRESENCE);
324 XmlElement element(QN_PRESENCE);
351 XmlElement element(QN_PRESENCE);
presencereceivetask.cc 62 if (stanza->Name() != QN_PRESENCE) {
rostermoduleimpl.cc 351 xml->Name() != QN_PRESENCE)
360 raw_xml_.reset(new XmlElement(QN_PRESENCE));
643 if (element.Name() != QN_PRESENCE ||
843 if (stanza->Name() == QN_PRESENCE) {
933 XmlElement presence_request(QN_PRESENCE);
rostermodule_unittest.cc 268 XmlElement presence_xml(QN_PRESENCE);
352 XmlElement presence_input(QN_PRESENCE);
constants.h 223 extern const StaticQName QN_PRESENCE;
constants.cc 271 const StaticQName QN_PRESENCE = { NS_CLIENT, "presence" };

Completed in 58 milliseconds