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

/external/webkit/WebCore/html/
H A DHTMLBRElement.h33 class HTMLBRElement : public HTMLElement { class in namespace:WebCore
35 HTMLBRElement(const QualifiedName&, Document*);
H A DHTMLBRElement.cpp24 #include "HTMLBRElement.h"
35 HTMLBRElement::HTMLBRElement(const QualifiedName& tagName, Document *doc) function in class:WebCore::HTMLBRElement
41 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
51 void HTMLBRElement::parseMappedAttribute(MappedAttribute* attr)
67 RenderObject* HTMLBRElement::createRenderer(RenderArena* arena, RenderStyle* style)

Completed in 57 milliseconds