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

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTextPathElement.h29 enum SVGTextPathMethodType { enum in namespace:WebCore
42 struct SVGPropertyTraits<SVGTextPathMethodType> {
45 static String toString(SVGTextPathMethodType type)
60 static SVGTextPathMethodType fromString(const String& value)
140 DECLARE_ANIMATED_ENUMERATION(Method, method, SVGTextPathMethodType)
H A DSVGTextPathElement.cpp36 DEFINE_ANIMATED_ENUMERATION(SVGTextPathElement, SVGNames::methodAttr, Method, method, SVGTextPathMethodType)
94 SVGTextPathMethodType propertyValue = SVGPropertyTraits<SVGTextPathMethodType>::fromString(value);
H A DSVGAnimatedEnumeration.cpp59 return SVGPropertyTraits<SVGTextPathMethodType>::fromString(value);

Completed in 191 milliseconds