Home
last modified time | relevance | path

Searched refs:createAttribute (Results 1 – 21 of 21) sorted by relevance

/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java151 Attribute attribute = createAttribute(programClass); in visitProgramClass()
178 Attribute attribute = createAttribute(programClass); in visitProgramField()
198 Attribute attribute = createAttribute(programClass); in visitProgramMethod()
385 Attribute attribute = createAttribute(clazz); in visitCodeAttribute()
769 private Attribute createAttribute(Clazz clazz) in createAttribute() method in ProgramClassReader
/external/webkit/WebCore/svg/
DSVGAnimatedPropertySynchronizer.h79 namedAttrMap->addAttribute(ownerElement->createAttribute(attrName, value));
/external/webkit/WebCore/dom/
DStyledElement.h73 virtual PassRefPtr<Attribute> createAttribute(const QualifiedName&, const AtomicString& value);
DElement.cpp529 … namedAttrMap->addAttribute(createAttribute(QualifiedName(nullAtom, localName, nullAtom), value)); in setAttribute()
561 namedAttrMap->addAttribute(createAttribute(name, value)); in setAttribute()
580 PassRefPtr<Attribute> Element::createAttribute(const QualifiedName& name, const AtomicString& value) in createAttribute() function in WebCore::Element
DElement.h290 virtual PassRefPtr<Attribute> createAttribute(const QualifiedName&, const AtomicString& value);
DStyledElement.cpp124 PassRefPtr<Attribute> StyledElement::createAttribute(const QualifiedName& name, const AtomicString&… in createAttribute() function in WebCore::StyledElement
DDocument.idl45 [ReturnsNew] Attr createAttribute(in DOMString name)
DDocument.h289 PassRefPtr<Attr> createAttribute(const String& name, ExceptionCode&);
DDocument.cpp4162 PassRefPtr<Attr> Document::createAttribute(const String& name, ExceptionCode& ec) in createAttribute() function in WebCore::Document
/external/webkit/WebKit/win/Interfaces/
DDOMCore.idl374 - (DOMAttr *)createAttribute:(NSString *)name;
376 HRESULT createAttribute([in] BSTR name, [out, retval] IDOMAttr** result);
/external/webkit/WebKit/win/
DDOMCoreClasses.cpp628 HRESULT STDMETHODCALLTYPE DOMDocument::createAttribute( in createAttribute() function in DOMDocument
DDOMCoreClasses.h485 virtual HRESULT STDMETHODCALLTYPE createAttribute(
DDOMHTMLClasses.h340 virtual HRESULT STDMETHODCALLTYPE createAttribute( in createAttribute() function
342 … /* [retval][out] */ IDOMAttr **result) { return DOMDocument::createAttribute(name, result); } in createAttribute()
DChangeLog-2009-06-1611402 (DeprecatedDOMDocument::createAttribute):
12061 (DeprecatedDOMHTMLDocument::createAttribute):
22156 (DOMHTMLDocument::createAttribute):
22482 (DOMDocument::createAttribute):
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h113 - (DOMAttr *)createAttribute:(NSString *)name;
/external/webkit/WebCore/
DChangeLog-2002-12-034062 (-[WebCoreDOMDocument createAttribute:]):
4306 (-[WebCoreDOMDocument createAttribute:]):
14990 (Document::operator = ), (Document::createAttribute),
15731 (DocumentImpl::createProcessingInstruction), (DocumentImpl::createAttribute),
DChangeLog-2005-08-239973 (ElementImpl::createAttribute):
10000 (StyledElementImpl::createAttribute):
17466 (DocumentImpl::createAttribute):
17488 (StyledElementImpl::createAttribute):
17617 (DOM::Document::createAttribute):
18131 (DocumentImpl::createAttribute):
18150 (DOM::DocumentImpl::createAttribute):
18210 (-[DOMDocument createAttribute:]):
50844 (HTMLElementImpl::createAttribute):
50992 (DocumentImpl::createAttribute):
[all …]
DChangeLog-2006-05-1021348 (WebCore::DocumentImpl::createAttribute):
24312 … * khtml/xml/DocumentImpl.h: Now returns a PassRefPtr for createAttribute and createAttributeNS.
24313 (WebCore::DocumentImpl::createAttribute):
24320 (-[DOMDocument createAttribute:]): ditto.
DChangeLog-2008-08-1013154 (WebCore::Element::createAttribute):
13203 (WebCore::StyledElement::createAttribute):
15578 Bug 18066: REGRESSION: createAttribute throws NAMESPACE_ERR exception
15581 Test: fast/dom/createAttribute-exception.html
15586 to createNamespaceNS() used by createAttribute() to bypass namespace
38287 (WebCore::Element::createAttribute): Ditto.
38291 (WebCore::StyledElement::createAttribute): Ditto.
DChangeLog-2005-12-1926191 (DocumentImpl::createAttribute):
DChangeLog-2009-06-1613146 (WebCore::Document::createAttribute): Added. No longer inline.