Searched refs:newAttr (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodecomparedocumentposition11.js89 var newAttr;
102 newAttr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
103 replacedAttr = elem.setAttributeNodeNS(newAttr);
104 attrPosition = newAttr.compareDocumentPosition(doc);
H A Dnodeinsertbefore03.js90 var newAttr;
100 newAttr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
105 inserted = doc.insertBefore(newAttr,docType);
H A Dnodeinsertbefore14.js96 var newAttr;
106 newAttr = doc.createAttributeNS("http://www.w3.org/DOM/Test","dom3:attr");
111 inserted = docType.insertBefore(newAttr,docType);
H A Ddocumentsetstricterrorchecking01.js90 var newAttr;
105 newAttr = doc.createAttributeNS("http://www.w3.org/DOM/Test","@");
H A Ddocumentsetstricterrorchecking02.js90 var newAttr;
105 newAttr = doc.createAttributeNS(nullValue,"dom:test");
H A Ddocumentadoptnode06.js93 var newAttr;
128 newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
131 appendedChild = newAttr.appendChild(newText);
132 appendedChild = newAttr.appendChild(newEntRef);
133 adoptedAttr = newDoc.adoptNode(newAttr);
H A Ddocumentadoptnode03.js90 var newAttr;
104 newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
105 adoptedAttr = doc.adoptNode(newAttr);
H A Ddocumentadoptnode04.js92 var newAttr;
119 newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
120 adoptedAttr = newDoc.adoptNode(newAttr);
H A Ddocumentnormalizedocument13.js96 var newAttr;
126 newAttr = elem.getAttributeNode("title");
145 assertSame("relatedNodeIsL1Node",newAttr,problemNode);
H A Delementsetidattributenode03.js94 var newAttr;
H A Delementsetidattributenode04.js94 var newAttr;
/external/webkit/LayoutTests/dom/html/level2/core/
H A DcreateAttributeNS06.js91 var newAttr;
102 newAttr = doc.createAttributeNS(namespaceURI,"");
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A DcreateAttributeNS06.js91 var newAttr;
102 newAttr = doc.createAttributeNS(namespaceURI,"");
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.cc104 XmlAttr * newAttr = NULL; local
106 newAttr = new XmlAttr(*pAttr);
107 *ppLastAttr = newAttr;
108 ppLastAttr = &(newAttr->pNextAttr_);
110 pLastAttr_ = newAttr;
/external/clang/include/clang/Sema/
H A DAttributeList.h551 void add(AttributeList *newAttr) {
552 assert(newAttr);
553 assert(newAttr->getNext() == 0);
554 newAttr->setNext(list);
555 list = newAttr;
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.h598 /* [in] */ IDOMAttr *newAttr,
599 /* [retval][out] */ IDOMAttr **result) { return DOMElement::setAttributeNode(newAttr, result); }
629 /* [in] */ IDOMAttr *newAttr,
630 /* [retval][out] */ IDOMAttr **result) { return DOMElement::setAttributeNodeNS(newAttr, result); }
857 /* [in] */ IDOMAttr *newAttr,
858 /* [retval][out] */ IDOMAttr **result) { return DOMHTMLElement::setAttributeNode(newAttr, result); }
888 /* [in] */ IDOMAttr *newAttr,
889 /* [retval][out] */ IDOMAttr **result) { return DOMHTMLElement::setAttributeNodeNS(newAttr, result); }
1162 /* [in] */ IDOMAttr *newAttr,
1163 /* [retval][out] */ IDOMAttr **result) { return DOMHTMLElement::setAttributeNode(newAttr, resul
597 setAttributeNode( IDOMAttr *newAttr, IDOMAttr **result) argument
628 setAttributeNodeNS( IDOMAttr *newAttr, IDOMAttr **result) argument
856 setAttributeNode( IDOMAttr *newAttr, IDOMAttr **result) argument
887 setAttributeNodeNS( IDOMAttr *newAttr, IDOMAttr **result) argument
1161 setAttributeNode( IDOMAttr *newAttr, IDOMAttr **result) argument
1192 setAttributeNodeNS( IDOMAttr *newAttr, IDOMAttr **result) argument
1485 setAttributeNode( IDOMAttr *newAttr, IDOMAttr **result) argument
1516 setAttributeNodeNS( IDOMAttr *newAttr, IDOMAttr **result) argument
1783 setAttributeNode( IDOMAttr *newAttr, IDOMAttr **result) argument
1814 setAttributeNodeNS( IDOMAttr *newAttr, IDOMAttr **result) argument
2193 setAttributeNode( IDOMAttr *newAttr, IDOMAttr **result) argument
2224 setAttributeNodeNS( IDOMAttr *newAttr, IDOMAttr **result) argument
2518 setAttributeNode( IDOMAttr *newAttr, IDOMAttr **result) argument
2549 setAttributeNodeNS( IDOMAttr *newAttr, IDOMAttr **result) argument
[all...]
H A DDOMCoreClasses.h699 /* [in] */ IDOMAttr *newAttr,
730 /* [in] */ IDOMAttr *newAttr,
/external/webkit/Source/WebCore/dom/
H A DElement.idl40 Attr setAttributeNode(in Attr newAttr)
61 Attr setAttributeNodeNS(in Attr newAttr)
H A Dmake_names.pl188 my $newAttr = "webkit$1";
189 $extensionAttrs{$newAttr} = $attr;
190 $attr = $newAttr;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java301 * @param newAttr Attribute node to be added to this node's list of attributes
307 public Attr setAttributeNode(Attr newAttr) throws DOMException argument
437 * @param newAttr Attribute to set
443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException argument
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMCore.idl540 - (DOMAttr *)setAttributeNode:(DOMAttr *)newAttr;
542 HRESULT setAttributeNode([in] IDOMAttr* newAttr, [out, retval] IDOMAttr** result);
575 - (DOMAttr *)setAttributeNodeNS:(DOMAttr *)newAttr;
577 HRESULT setAttributeNodeNS([in] IDOMAttr* newAttr, [out, retval] IDOMAttr** result);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1142 * @param newAttr
1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException argument
1250 * @param newAttr
1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException argument
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py1583 newAttr = self.CHARSET_RE.sub(rewrite, contentType)
1585 newAttr)
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h203 - (DOMAttr *)setAttributeNode:(DOMAttr *)newAttr;
216 - (DOMAttr *)setAttributeNodeNS:(DOMAttr *)newAttr;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3573 milliseconds

12