SVGTextPathSpacingType   43 Source/core/svg/SVGTextPathElement.cpp template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathSpacingType>()
SVGTextPathSpacingType   59 Source/core/svg/SVGTextPathElement.cpp     , m_spacing(SVGAnimatedEnumeration<SVGTextPathSpacingType>::create(this, SVGNames::spacingAttr, SVGTextPathSpacingExact))
SVGTextPathSpacingType   42 Source/core/svg/SVGTextPathElement.h template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathSpacingType>();
SVGTextPathSpacingType   61 Source/core/svg/SVGTextPathElement.h     SVGAnimatedEnumeration<SVGTextPathSpacingType>* spacing() { return m_spacing.get(); }
SVGTextPathSpacingType   85 Source/core/svg/SVGTextPathElement.h     RefPtr<SVGAnimatedEnumeration<SVGTextPathSpacingType> > m_spacing;