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

/external/webkit/Source/WebCore/svg/
H A DSVGTSpanElement.h29 class SVGTSpanElement : public SVGTextPositioningElement { class in namespace:WebCore
31 static PassRefPtr<SVGTSpanElement> create(const QualifiedName&, Document*);
34 SVGTSpanElement(const QualifiedName&, Document*);
H A DSVGTSpanElement.cpp24 #include "SVGTSpanElement.h"
32 inline SVGTSpanElement::SVGTSpanElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGTSpanElement
37 PassRefPtr<SVGTSpanElement> SVGTSpanElement::create(const QualifiedName& tagName, Document* document)
39 return adoptRef(new SVGTSpanElement(tagName, document));
42 RenderObject* SVGTSpanElement::createRenderer(RenderArena* arena, RenderStyle*)
47 bool SVGTSpanElement::childShouldCreateRenderer(Node* child) const
61 bool SVGTSpanElement::rendererIsNeeded(RenderStyle* style)
76 AttributeToPropertyTypeMap& SVGTSpanElement
[all...]

Completed in 74 milliseconds