Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPathElement.h35 enum SVGTextPathSpacingType { enum
42 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathSpacingType>();
61 SVGAnimatedEnumeration<SVGTextPathSpacingType>* spacing() { return m_spacing.get(); } in spacing()
85 RefPtr<SVGAnimatedEnumeration<SVGTextPathSpacingType> > m_spacing;
DSVGTextPathElement.cpp41 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPathSpacingType>() in getStaticStringEntries()
56 …, m_spacing(SVGAnimatedEnumeration<SVGTextPathSpacingType>::create(this, SVGNames::spacingAttr, SV… in SVGTextPathElement()