HomeSort by relevance Sort by last modified time
    Searched defs:SVGTextElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGTextElement.h 31 class SVGTextElement : public SVGTextPositioningElement,
34 static PassRefPtr<SVGTextElement> create(const QualifiedName&, Document*);
45 SVGTextElement(const QualifiedName&, Document*);
SVGTextElement.cpp 24 #include "SVGTextElement.h"
38 DEFINE_ANIMATED_TRANSFORM_LIST(SVGTextElement, SVGNames::transformAttr, Transform, transform)
40 inline SVGTextElement::SVGTextElement(const QualifiedName& tagName, Document* doc)
45 PassRefPtr<SVGTextElement> SVGTextElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGTextElement(tagName, document));
50 void SVGTextElement::parseMappedAttribute(Attribute* attr)
63 SVGElement* SVGTextElement::nearestViewportElement() const
68 SVGElement* SVGTextElement::farthestViewportElement() cons
    [all...]

Completed in 20 milliseconds