Home
last modified time | relevance | path

Searched defs:newAttr (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.h598 /* [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/
DUnImplNode.java307 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/
Dxmlelement.cc104 XmlAttr * newAttr = NULL; in XmlElement() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1149 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/
DAttributeList.h551 void add(AttributeList *newAttr) { in add()
/external/clang/lib/Sema/
DSemaDecl.cpp1872 InheritableAttr *newAttr = cast<InheritableParamAttr>((*i)->clone(C)); in mergeParamDeclAttributes() local