Searched refs:newAttr (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/libjingle/xmllite/ |
D | xmlelement.cc | 78 XmlAttr* newAttr = NULL; in XmlElement() local 80 newAttr = new XmlAttr(*attr); in XmlElement() 81 *plast_attr = newAttr; in XmlElement() 82 plast_attr = &(newAttr->next_attr_); in XmlElement() 84 last_attr_ = newAttr; in XmlElement()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 730 void add(AttributeList *newAttr) { in add() argument 731 assert(newAttr); in add() 732 assert(newAttr->getNext() == nullptr); in add() 733 newAttr->setNext(list); in add() 734 list = newAttr; in add()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 307 public Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() argument 443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() argument
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() argument 1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() argument
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 677 .. method:: Element.setAttributeNode(newAttr) 681 old attribute node will be returned. If *newAttr* is already in use, 685 .. method:: Element.setAttributeNodeNS(newAttr) 689 If a replacement occurs, the old attribute node will be returned. If *newAttr*
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 662 .. method:: Element.setAttributeNode(newAttr) 666 old attribute node will be returned. If *newAttr* is already in use, 670 .. method:: Element.setAttributeNodeNS(newAttr) 674 If a replacement occurs, the old attribute node will be returned. If *newAttr*
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 1606 newAttr = self.CHARSET_RE.sub(rewrite, contentType) 1608 newAttr)
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2313 clang::Attr *newAttr; in handleVisibilityAttr() local 2315 newAttr = S.mergeTypeVisibilityAttr(D, Attr.getRange(), in handleVisibilityAttr() 2319 newAttr = S.mergeVisibilityAttr(D, Attr.getRange(), type, Index); in handleVisibilityAttr() 2321 if (newAttr) in handleVisibilityAttr() 2322 D->addAttr(newAttr); in handleVisibilityAttr()
|
D | SemaDecl.cpp | 2549 InheritableAttr *newAttr = in mergeParamDeclAttributes() local 2551 newAttr->setInherited(true); in mergeParamDeclAttributes() 2552 newDecl->addAttr(newAttr); in mergeParamDeclAttributes()
|