HomeSort by relevance Sort by last modified time
    Searched defs:AddAttr (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 367 XmlElement::AddAttr(const QName & name, const std::string & value) {
375 XmlElement::AddAttr(const QName & name, const std::string & value,
381 element->AddAttr(name, value);
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 377 void XmlElement::AddAttr(const QName& name, const std::string& value) {
384 void XmlElement::AddAttr(const QName& name, const std::string& value,
390 element->AddAttr(name, value);

Completed in 75 milliseconds