Searched defs:newAttr (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/win/ |
D | DOMHTMLClasses.h | 598 /* [in] */ IDOMAttr *newAttr, in setAttributeNode() 629 /* [in] */ IDOMAttr *newAttr, in setAttributeNodeNS() 857 /* [in] */ IDOMAttr *newAttr, in setAttributeNode() 888 /* [in] */ IDOMAttr *newAttr, in setAttributeNodeNS() 1162 /* [in] */ IDOMAttr *newAttr, in setAttributeNode() 1193 /* [in] */ IDOMAttr *newAttr, in setAttributeNodeNS() 1486 /* [in] */ IDOMAttr *newAttr, in setAttributeNode() 1517 /* [in] */ IDOMAttr *newAttr, in setAttributeNodeNS() 1784 /* [in] */ IDOMAttr *newAttr, in setAttributeNode() 1815 /* [in] */ IDOMAttr *newAttr, in setAttributeNodeNS() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 307 public Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() 443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS()
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
D | xmlelement.cc | 104 XmlAttr * newAttr = NULL; in XmlElement() local
|
/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() 1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 551 void add(AttributeList *newAttr) { in add()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1872 InheritableAttr *newAttr = cast<InheritableParamAttr>((*i)->clone(C)); in mergeParamDeclAttributes() local
|