Home
last modified time | relevance | path

Searched defs:setAttributeNodeNS (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/bindings/js/
DJSElementCustom.cpp113 JSValue JSElement::setAttributeNodeNS(ExecState* exec, const ArgList& args) in setAttributeNodeNS() function in WebCore::JSElement
/external/webkit/WebKit/win/
DDOMHTMLClasses.h621 virtual HRESULT STDMETHODCALLTYPE setAttributeNodeNS( in setAttributeNodeNS() function
880 virtual HRESULT STDMETHODCALLTYPE setAttributeNodeNS( in setAttributeNodeNS() function
1185 virtual HRESULT STDMETHODCALLTYPE setAttributeNodeNS( in setAttributeNodeNS() function
1509 virtual HRESULT STDMETHODCALLTYPE setAttributeNodeNS( in setAttributeNodeNS() function
1807 virtual HRESULT STDMETHODCALLTYPE setAttributeNodeNS( in setAttributeNodeNS() function
2211 virtual HRESULT STDMETHODCALLTYPE setAttributeNodeNS( in setAttributeNodeNS() function
DDOMCoreClasses.cpp939 HRESULT STDMETHODCALLTYPE DOMElement::setAttributeNodeNS( in setAttributeNodeNS() function in DOMElement
/external/webkit/WebCore/dom/
DElement.cpp1113 PassRefPtr<Attr> Element::setAttributeNodeNS(Attr* attr, ExceptionCode& ec) in setAttributeNodeNS() function in WebCore::Element