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

  /external/webkit/WebCore/svg/
SVGTextPathElement.cpp 23 #include "SVGTextPathElement.h"
36 SVGTextPathElement::SVGTextPathElement(const QualifiedName& tagName, Document* doc)
45 SVGTextPathElement::~SVGTextPathElement()
49 void SVGTextPathElement::parseMappedAttribute(MappedAttribute* attr)
72 void SVGTextPathElement::synchronizeProperty(const QualifiedName& attrName)
94 RenderObject* SVGTextPathElement::createRenderer(RenderArena* arena, RenderStyle*)
99 bool SVGTextPathElement::childShouldCreateRenderer(Node* child) const
111 void SVGTextPathElement::insertedIntoDocument(
    [all...]
SVGTextPathElement.h 41 class SVGTextPathElement : public SVGTextContentElement,
54 SVGTextPathElement(const QualifiedName&, Document*);
55 virtual ~SVGTextPathElement();
67 DECLARE_ANIMATED_PROPERTY(SVGTextPathElement, SVGNames::startOffsetAttr, SVGLength, StartOffset, startOffset)
68 DECLARE_ANIMATED_PROPERTY(SVGTextPathElement, SVGNames::methodAttr, int, Method, method)
69 DECLARE_ANIMATED_PROPERTY(SVGTextPathElement, SVGNames::spacingAttr, int, Spacing, spacing)
72 DECLARE_ANIMATED_PROPERTY(SVGTextPathElement, XLinkNames::hrefAttr, String, Href, href)

Completed in 45 milliseconds