Searched refs:QN_PRIORITY (Results 1 – 6 of 6) sorted by relevance
91 const XmlElement * priority = stanza->FirstNamed(QN_PRIORITY); in DecodeStatus()
106 result->AddElement(new XmlElement(QN_PRIORITY)); in TranslateStatus()
203 if (!rtc::FromString(raw_xml_->TextNamed(QN_PRIORITY), &raw_priority)) in priority()221 raw_xml_->ClearNamedChildren(QN_PRIORITY); in set_priority()225 raw_xml_->AddElement(new XmlElement(QN_PRIORITY)); in set_priority()
210 extern const StaticQName QN_PRIORITY;
337 presence_input.AddElement(new XmlElement(QN_PRIORITY)); in TEST_F()
257 const StaticQName QN_PRIORITY = { NS_CLIENT, "priority" }; variable