Searched defs:HTMLPreElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLPreElement.h30 class HTMLPreElement : public HTMLElement { class in namespace:WebCore
32 static PassRefPtr<HTMLPreElement> create(const QualifiedName&, Document*);
35 HTMLPreElement(const QualifiedName&, Document*);
H A DHTMLPreElement.cpp24 #include "HTMLPreElement.h"
35 inline HTMLPreElement::HTMLPreElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLPreElement
40 PassRefPtr<HTMLPreElement> HTMLPreElement::create(const QualifiedName& tagName, Document* document)
42 return adoptRef(new HTMLPreElement(tagName, document));
45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
54 void HTMLPreElement::parseMappedAttribute(Attribute* attr)

Completed in 43 milliseconds