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

  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.cc 76 XmlAttr* attr;
77 XmlAttr ** plast_attr = &first_attr_;
78 XmlAttr* newAttr = NULL;
80 newAttr = new XmlAttr(*attr);
107 first_attr_(useDefaultNs ? new XmlAttr(QN_XMLNS, name.Namespace()) : NULL),
154 XmlAttr* XmlElement::FirstAttr() {
159 XmlAttr* attr;
168 XmlAttr* attr;
177 XmlAttr* attr;
186 XmlAttr* attr
    [all...]
xmlelement.h 25 class XmlAttr;
91 class XmlAttr {
93 XmlAttr* NextAttr() const { return next_attr_; }
100 explicit XmlAttr(const QName& name, const std::string& value) :
105 explicit XmlAttr(const XmlAttr& att) :
111 XmlAttr* next_attr_;
132 XmlAttr* FirstAttr();
133 const XmlAttr* FirstAttr() const
225 XmlAttr* first_attr_
    [all...]
xmlelement_unittest.cc 20 using buzz::XmlAttr;
80 XmlAttr * patt = elt.FirstAttr();
166 XmlAttr * patt = pelCopy->FirstAttr();
xmlprinter.cc 56 const XmlAttr* attr;
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl_iq.cc 195 for (const XmlAttr * attribute = element_original->FirstAttr();

Completed in 102 milliseconds