Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPathElement.h35 enum SVGTextPathSpacingType { enum
71 struct SVGPropertyTraits<SVGTextPathSpacingType> {
74 static String toString(SVGTextPathSpacingType type)
89 static SVGTextPathSpacingType fromString(const String& value)
138 DECLARE_ANIMATED_ENUMERATION(Spacing, spacing, SVGTextPathSpacingType)
DSVGTextPathElement.cpp35 …ED_ENUMERATION(SVGTextPathElement, SVGNames::spacingAttr, Spacing, spacing, SVGTextPathSpacingType) in DEFINE_ANIMATED_LENGTH()
96SVGTextPathSpacingType propertyValue = SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value… in parseAttribute()
DSVGAnimatedEnumeration.cpp62 return SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value); in enumerationValueForTargetAttribute()