Home
last modified time | relevance | path

Searched refs:setAttributeNodeNS (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.idl48 …ustomElementCallbacks, DeprecateAs=ElementSetAttributeNodeNS] Attr setAttributeNodeNS([Default=Und…
DElement.h228 PassRefPtrWillBeRawPtr<Attr> setAttributeNodeNS(Attr*, ExceptionState&);
DElement.cpp1910 PassRefPtrWillBeRawPtr<Attr> Element::setAttributeNodeNS(Attr* attr, ExceptionState& exceptionState) in setAttributeNodeNS() function in WebCore::Element
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() method in DTMNodeProxy