Home
last modified time | relevance | path

Searched refs:getAttributeNS (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.h609 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
612 …/* [retval][out] */ BSTR *result) { return DOMElement::getAttributeNS(namespaceURI, localName, res… in getAttributeNS()
868 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
871 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1173 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1176 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1497 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1500 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1795 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1798 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
[all …]
DDOMCoreClasses.cpp956 HRESULT STDMETHODCALLTYPE DOMElement::getAttributeNS( in getAttributeNS() function in DOMElement
DDOMCoreClasses.h710 virtual HRESULT STDMETHODCALLTYPE getAttributeNS(
DChangeLog-2009-06-1611426 (DeprecatedDOMElement::getAttributeNS):
12117 (DeprecatedDOMHTMLElement::getAttributeNS):
12175 (DeprecatedDOMHTMLFormElement::getAttributeNS):
12247 (DeprecatedDOMHTMLSelectElement::getAttributeNS):
12319 (DeprecatedDOMHTMLOptionElement::getAttributeNS):
12391 (DeprecatedDOMHTMLInputElement::getAttributeNS):
12463 (DeprecatedDOMHTMLTextAreaElement::getAttributeNS):
22499 (DOMElement::getAttributeNS):
22861 (DOMHTMLElement::getAttributeNS):
22913 (DOMHTMLFormElement::getAttributeNS):
[all …]
DChangeLog5814 (DOMHTMLIFrameElement::getAttributeNS):
/external/webkit/Source/WebCore/dom/
DElement.idl48 [OldStyleObjC] DOMString getAttributeNS(in [ConvertNullToNullString] DOMString namespaceURI,
DElement.h133 const AtomicString& getAttributeNS(const String& namespaceURI, const String& localName) const;
DElement.cpp648 const AtomicString& Element::getAttributeNS(const String& namespaceURI, const String& localName) co… in getAttributeNS() function in WebCore::Element
/external/webkit/Source/WebKit/win/Interfaces/
DDOMCore.idl555 - (NSString *)getAttributeNS:(NSString *)namespaceURI :(NSString *)localName;
557 HRESULT getAttributeNS([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] BSTR* result);
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java505 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java221 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in ElemLiteralResult
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1192 public final String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in DTMNodeProxy
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp426 return m_element->getAttributeNS(namespaceUri, name); in attributeNS()
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h206 - (NSString *)getAttributeNS:(NSString *)namespaceURI :(NSString *)localName;
211 - (NSString *)getAttributeNS:(NSString *)namespaceURI localName:(NSString *)localName AVAILABLE_WEB…
/external/webkit/PerformanceTests/PageLoad/svg/files/
Dworld-iso.svg278 var targetState = targetObject.getAttributeNS(null,'fill');
/external/webkit/Source/WebCore/
DChangeLog-2002-12-033799 (-[WebCoreDOMElement getAttributeNS::]):
4249 (-[WebCoreDOMElement getAttributeNS::]):
15005 (Element::getAttributeNS), (Element::setAttributeNS),
DChangeLog-2005-08-239972 (ElementImpl::getAttributeNS):
17633 (Element::getAttributeNS):
18220 (-[DOMElement getAttributeNS::]):
51819 (Element::getAttributeNS):
51949 (ElementImpl::getAttributeNS):
52655 (Element::getAttributeNS):
52803 (ElementImpl::getAttributeNS):
52958 (Element::getAttributeNS):
53108 (ElementImpl::getAttributeNS):
DChangeLog-2006-05-1010916 (KJS::DOMElement::attributeGetter): Use getAttributeNS so we're case sensitive.
13722 - re-add missing JavaScript binding for getAttributeNS
13723 - fixed handling of null namespace parameters in getAttributeNS and friends
13742 (WebCore::ElementImpl::getAttributeNS): Removed the lowercasing code.
13761 be eaten up (so getAttributeNS was completely broken).
DChangeLog-2005-12-1918911 …(ElementImpl::getAttributeNS): add a check for the document, before checking to see if this is an …
22195 (ElementImpl::getAttributeNS):
26252 (ElementImpl::getAttributeNS):
DChangeLog-2006-12-311152 (WebCore::Element::getAttributeNS):