Home
last modified time | relevance | path

Searched refs:QN_ROSTER_ITEM (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Drostermoduleimpl.cc547 xml->Name() != QN_ROSTER_ITEM || in set_raw_xml()
561 raw_xml_.reset(new XmlElement(QN_ROSTER_ITEM)); in CreateRawXmlSkeleton()
750 if (contact_xml->Name() != QN_ROSTER_ITEM || in RequestRosterChange()
1011 for (const XmlElement* roster_item = result_data->FirstNamed(QN_ROSTER_ITEM); in InternalRosterItems()
1013 roster_item = roster_item->NextNamed(QN_ROSTER_ITEM)) in InternalRosterItems()
Dconstants.h239 extern const StaticQName QN_ROSTER_ITEM;
Dconstants.cc286 const StaticQName QN_ROSTER_ITEM = { NS_ROSTER, "item" }; variable