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

/external/webkit/WebCore/svg/
H A DSVGTSpanElement.h29 class SVGTSpanElement : public SVGTextPositioningElement { class in namespace:WebCore
31 SVGTSpanElement(const QualifiedName&, Document*);
32 virtual ~SVGTSpanElement();
H A DSVGTSpanElement.cpp24 #include "SVGTSpanElement.h"
32 SVGTSpanElement::SVGTSpanElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::SVGTSpanElement
37 SVGTSpanElement::~SVGTSpanElement()
41 bool SVGTSpanElement::childShouldCreateRenderer(Node* child) const
53 RenderObject* SVGTSpanElement::createRenderer(RenderArena* arena, RenderStyle*)

Completed in 44 milliseconds