Searched defs:SVGLengthAdjustType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextContentElement.h34 enum SVGLengthAdjustType { enum in namespace:blink
39 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGLengthAdjustType>();
65 SVGAnimatedEnumeration<SVGLengthAdjustType>* lengthAdjust() { return m_lengthAdjust.get(); }
83 RefPtr<SVGAnimatedEnumeration<SVGLengthAdjustType> > m_lengthAdjust;

Completed in 571 milliseconds