Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DDOMHTMLClasses.h611 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
614 …/* [retval][out] */ BSTR *result) { return DOMElement::getAttributeNS(namespaceURI, localName, res… in getAttributeNS()
870 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
873 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1175 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1178 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1499 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1502 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1797 virtual HRESULT STDMETHODCALLTYPE getAttributeNS( in getAttributeNS() function
1800 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
[all …]
DDOMCoreClasses.cpp916 HRESULT STDMETHODCALLTYPE DOMElement::getAttributeNS( in getAttributeNS() function in DOMElement
DDOMCoreClasses.h714 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 …]
/external/webkit/WebCore/dom/
DElement.h113 const AtomicString& getAttributeNS(const String& namespaceURI, const String& localName) const;
DElement.idl48 [OldStyleObjC] DOMString getAttributeNS(in [ConvertNullToNullString] DOMString namespaceURI,
DElement.cpp504 const AtomicString& Element::getAttributeNS(const String& namespaceURI, const String& localName) co… in getAttributeNS() function in WebCore::Element
/external/webkit/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/webkit/WebKit/qt/Api/
Dqwebelement.cpp389 return m_element->getAttributeNS(namespaceUri, name); in attributeNS()
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h203 - (NSString *)getAttributeNS:(NSString *)namespaceURI :(NSString *)localName;
208 - (NSString *)getAttributeNS:(NSString *)namespaceURI localName:(NSString *)localName AVAILABLE_WEB…
/external/webkit/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):