SVGTextPathMethodType 32 Source/core/svg/SVGTextPathElement.cpp template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathMethodType>() SVGTextPathMethodType 58 Source/core/svg/SVGTextPathElement.cpp , m_method(SVGAnimatedEnumeration<SVGTextPathMethodType>::create(this, SVGNames::methodAttr, SVGTextPathMethodAlign)) SVGTextPathMethodType 41 Source/core/svg/SVGTextPathElement.h template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathMethodType>(); SVGTextPathMethodType 60 Source/core/svg/SVGTextPathElement.h SVGAnimatedEnumeration<SVGTextPathMethodType>* method() { return m_method.get(); } SVGTextPathMethodType 84 Source/core/svg/SVGTextPathElement.h RefPtr<SVGAnimatedEnumeration<SVGTextPathMethodType> > m_method;