Searched defs:XmlAttr (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h45 class XmlAttr;
114 class XmlAttr { class in namespace:buzz
118 XmlAttr * NextAttr() const { return pNextAttr_; }
123 explicit XmlAttr(const QName & name, const std::string & value) : function in class:buzz::XmlAttr
128 explicit XmlAttr(const XmlAttr & att) : function in class:buzz::XmlAttr
134 XmlAttr * pNextAttr_;
155 XmlAttr * FirstAttr();
156 const XmlAttr * FirstAttr() const
231 XmlAttr * pFirstAttr
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h42 class XmlAttr;
108 class XmlAttr { class in namespace:buzz
110 XmlAttr* NextAttr() const { return next_attr_; }
117 explicit XmlAttr(const QName& name, const std::string& value) : function in class:buzz::XmlAttr
122 explicit XmlAttr(const XmlAttr& att) : function in class:buzz::XmlAttr
128 XmlAttr* next_attr_;
149 XmlAttr* FirstAttr();
150 const XmlAttr* FirstAttr() const
242 XmlAttr* first_attr
[all...]

Completed in 47 milliseconds