Searched refs:getAttributeNS (Results 1 – 15 of 15) sorted by relevance
/external/webkit/WebKit/win/ |
D | DOMHTMLClasses.h | 611 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 …]
|
D | DOMCoreClasses.cpp | 916 HRESULT STDMETHODCALLTYPE DOMElement::getAttributeNS( in getAttributeNS() function in DOMElement
|
D | DOMCoreClasses.h | 714 virtual HRESULT STDMETHODCALLTYPE getAttributeNS(
|
D | ChangeLog-2009-06-16 | 11426 (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/ |
D | Element.h | 113 const AtomicString& getAttributeNS(const String& namespaceURI, const String& localName) const;
|
D | Element.idl | 48 [OldStyleObjC] DOMString getAttributeNS(in [ConvertNullToNullString] DOMString namespaceURI,
|
D | Element.cpp | 504 const AtomicString& Element::getAttributeNS(const String& namespaceURI, const String& localName) co… in getAttributeNS() function in WebCore::Element
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMCore.idl | 555 - (NSString *)getAttributeNS:(NSString *)namespaceURI :(NSString *)localName; 557 HRESULT getAttributeNS([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] BSTR* result);
|
/external/webkit/WebKit/qt/Api/ |
D | qwebelement.cpp | 389 return m_element->getAttributeNS(namespaceUri, name); in attributeNS()
|
/external/webkit/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 203 - (NSString *)getAttributeNS:(NSString *)namespaceURI :(NSString *)localName; 208 - (NSString *)getAttributeNS:(NSString *)namespaceURI localName:(NSString *)localName AVAILABLE_WEB…
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 3799 (-[WebCoreDOMElement getAttributeNS::]): 4249 (-[WebCoreDOMElement getAttributeNS::]): 15005 (Element::getAttributeNS), (Element::setAttributeNS),
|
D | ChangeLog-2005-08-23 | 9972 (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):
|
D | ChangeLog-2006-05-10 | 10916 (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).
|
D | ChangeLog-2005-12-19 | 18911 …(ElementImpl::getAttributeNS): add a check for the document, before checking to see if this is an … 22195 (ElementImpl::getAttributeNS): 26252 (ElementImpl::getAttributeNS):
|
D | ChangeLog-2006-12-31 | 1152 (WebCore::Element::getAttributeNS):
|