Searched refs:setAttributeNode (Results 1 – 9 of 9) sorted by relevance
54 parent.setAttributeNode(attribute)
93 return m_element->setAttributeNode(toAttr(node), exceptionState); in setNamedItem()
33 …on, CustomElementCallbacks, MeasureAs=ElementSetAttributeNode] Attr setAttributeNode([Default=Unde…
227 PassRefPtrWillBeRawPtr<Attr> setAttributeNode(Attr*, ExceptionState&);
1857 PassRefPtrWillBeRawPtr<Attr> Element::setAttributeNode(Attr* attrNode, ExceptionState& exceptionSta… in setAttributeNode() function in WebCore::Element1912 return setAttributeNode(attr, exceptionState); in setAttributeNodeNS()
307 public Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() method in UnImplNode
1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() method in DTMNodeProxy
2 …,n){var r=e.getAttributeNode(n);return r||(r=i.createAttribute(n),e.setAttributeNode(r)),r.value=t…
2482 elem.setAttributeNode( ret );