Searched refs:hasAttributeNS (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.h641 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS( function in class:DOMHTMLElement
644 /* [retval][out] */ BOOL *result) { return DOMElement::hasAttributeNS(namespaceURI, localName, result); }
900 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS( function in class:DOMHTMLFormElement
903 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributeNS(namespaceURI, localName, result); }
1205 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS( function in class:DOMHTMLSelectElement
1208 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributeNS(namespaceURI, localName, result); }
1529 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS( function in class:DOMHTMLOptionElement
1532 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributeNS(namespaceURI, localName, result); }
1827 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS( function in class:DOMHTMLInputElement
1830 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributeNS(namespaceUR
2237 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS( function in class:DOMHTMLTextAreaElement
2562 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS( function in class:DOMHTMLIFrameElement
[all...]
H A DDOMCoreClasses.cpp1154 HRESULT STDMETHODCALLTYPE DOMElement::hasAttributeNS( function in class:DOMElement
H A DDOMCoreClasses.h828 virtual HRESULT STDMETHODCALLTYPE hasAttributeNS(
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.idl60 [ObjCLegacyUnnamedParameters] boolean hasAttributeNS([TreatNullAs=NullString,Default=Undefined] optional DOMString namespaceURI,
H A DElement.h274 bool hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const;
H A DElement.cpp369 return hasAttributeNS(name.namespaceURI(), name.localName());
2086 bool Element::hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebelement.h72 bool hasAttributeNS(const QString& namespaceUri, const QString& name) const;
H A Dqwebelement.cpp421 if (m_element->hasAttributeNS(namespaceUri, name))
446 bool QWebElement::hasAttributeNS(const QString &namespaceUri, const QString &name) const function in class:QWebElement
450 return m_element->hasAttributeNS(namespaceUri, name);
469 \sa attributeNS(), setAttributeNS(), hasAttributeNS()
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp162 QVERIFY(!svg.hasAttributeNS("http://www.w3.org/2000/svg", "foobar"));
165 QVERIFY(svg.hasAttributeNS("http://www.w3.org/2000/svg", "foobar"));
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMCore.idl590 - (BOOL)hasAttributeNS:(NSString *)namespaceURI :(NSString *)localName;
592 HRESULT hasAttributeNS([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] BOOL* result);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h217 - (BOOL)hasAttributeNS:(NSString *)namespaceURI :(NSString *)localName;
218 - (BOOL)hasAttributeNS:(NSString *)namespaceURI localName:(NSString *)localName AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs5317 hasAttributeNS( self, namespaceURI, attr_name )

Completed in 326 milliseconds