Home
last modified time | relevance | path

Searched defs:createAttribute (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXMLViewer.js339 function createAttribute(attributeNode) function
/external/webkit/Source/WebCore/dom/
DStyledElement.cpp123 PassRefPtr<Attribute> StyledElement::createAttribute(const QualifiedName& name, const AtomicString&… in createAttribute() function in WebCore::StyledElement
DElement.cpp727 PassRefPtr<Attribute> Element::createAttribute(const QualifiedName& name, const AtomicString& value) in createAttribute() function in WebCore::Element
DDocument.cpp4139 PassRefPtr<Attr> Document::createAttribute(const String& name, ExceptionCode& ec) in createAttribute() function in WebCore::Document
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java913 public Attr createAttribute(String name) throws DOMException in createAttribute() method in UnImplNode
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java769 private Attribute createAttribute(Clazz clazz) in createAttribute() method in ProgramClassReader
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java716 public final Attr createAttribute(String name) throws DOMException in createAttribute() method in DTMNodeProxy
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp668 HRESULT STDMETHODCALLTYPE DOMDocument::createAttribute( in createAttribute() function in DOMDocument
DDOMHTMLClasses.h338 virtual HRESULT STDMETHODCALLTYPE createAttribute( in createAttribute() function