Searched refs:SVGTSpanElement (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGTSpanElement.idl28 interface [Conditional=SVG] SVGTSpanElement : SVGTextPositioningElement {
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...]
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*);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl710 attribute SVGTSpanElementConstructor SVGTSpanElement;
/external/webkit/Source/WebCore/
H A DAndroid.mk1178 svg/SVGTSpanElement.cpp \

Completed in 55 milliseconds