Searched refs:SVGTextPathSpacingType (Results 1 – 2 of 2) sorted by relevance
35 enum SVGTextPathSpacingType { enum42 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathSpacingType>();61 SVGAnimatedEnumeration<SVGTextPathSpacingType>* spacing() { return m_spacing.get(); } in spacing()85 RefPtr<SVGAnimatedEnumeration<SVGTextPathSpacingType> > m_spacing;
41 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathSpacingType>() in getStaticStringEntries()56 …, m_spacing(SVGAnimatedEnumeration<SVGTextPathSpacingType>::create(this, SVGNames::spacingAttr, SV… in SVGTextPathElement()