Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLBRElement

24 #include "HTMLBRElement.h"
35 HTMLBRElement::HTMLBRElement(const QualifiedName& tagName, Document* document)
41 PassRefPtr<HTMLBRElement> HTMLBRElement::create(Document* document)
43 return adoptRef(new HTMLBRElement(brTag, document));
46 PassRefPtr<HTMLBRElement> HTMLBRElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new HTMLBRElement(tagName, document));
51 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
61 void HTMLBRElement::parseMappedAttribute(Attribute* attr)
77 RenderObject* HTMLBRElement::createRenderer(RenderArena* arena, RenderStyle* style)