Searched refs:SVGTextPathSpacingType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTextPathElement.h35 enum SVGTextPathSpacingType { enum in namespace:WebCore
71 struct SVGPropertyTraits<SVGTextPathSpacingType> {
74 static String toString(SVGTextPathSpacingType type)
89 static SVGTextPathSpacingType fromString(const String& value)
141 DECLARE_ANIMATED_ENUMERATION(Spacing, spacing, SVGTextPathSpacingType)
H A DSVGTextPathElement.cpp37 DEFINE_ANIMATED_ENUMERATION(SVGTextPathElement, SVGNames::spacingAttr, Spacing, spacing, SVGTextPathSpacingType)
98 SVGTextPathSpacingType propertyValue = SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value);
H A DSVGAnimatedEnumeration.cpp61 return SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value);

Completed in 80 milliseconds