Searched refs:WMLBRElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLBRElement.cpp29 #include "WMLBRElement.h"
38 WMLBRElement::WMLBRElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::WMLBRElement
43 PassRefPtr<WMLBRElement> WMLBRElement::create(const QualifiedName& tagName, Document* document)
45 return adoptRef(new WMLBRElement(tagName, document));
48 bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
58 void WMLBRElement::parseMappedAttribute(Attribute* attr)
75 RenderObject* WMLBRElement::createRenderer(RenderArena* arena, RenderStyle*)
H A DWMLBRElement.h33 class WMLBRElement : public WMLElement { class in namespace:WebCore
35 static PassRefPtr<WMLBRElement> create(const QualifiedName& tagName, Document*);
37 WMLBRElement(const QualifiedName& tagName, Document*);

Completed in 59 milliseconds