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

  /external/webkit/WebCore/svg/
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)
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.idl 28 interface [Conditional=SVG] SVGTextPathElement : SVGTextContentElement,
  /external/webkit/WebCore/rendering/
RenderSVGTextPath.cpp 33 #include "SVGTextPathElement.h"
48 SVGTextPathElement* textPathElement = static_cast<SVGTextPathElement*>(node());
68 return static_cast<SVGTextPathElement*>(node())->startOffset().valueAsPercentage();
73 return static_cast<SVGTextPathElement*>(node())->spacing() == SVG_TEXTPATH_SPACINGTYPE_EXACT;
78 return static_cast<SVGTextPathElement*>(node())->method() == SVG_TEXTPATH_METHODTYPE_STRETCH;
  /external/webkit/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 304 V(SVGTEXTPATHELEMENT, SVGTextPathElement) \
    [all...]
  /external/webkit/WebCore/
Android.mk 875 svg/SVGTextPathElement.cpp \

Completed in 237 milliseconds