SVGLengthAdjustType 206 Source/core/rendering/svg/SVGTextLayoutEngine.cpp SVGLengthAdjustType lengthAdjust = SVGLengthAdjustUnknown; SVGLengthAdjustType 40 Source/core/svg/SVGTextContentElement.cpp template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGLengthAdjustType>() SVGLengthAdjustType 81 Source/core/svg/SVGTextContentElement.cpp , m_lengthAdjust(SVGAnimatedEnumeration<SVGLengthAdjustType>::create(this, SVGNames::lengthAdjustAttr, SVGLengthAdjustSpacing)) SVGLengthAdjustType 39 Source/core/svg/SVGTextContentElement.h template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGLengthAdjustType>(); SVGLengthAdjustType 66 Source/core/svg/SVGTextContentElement.h SVGAnimatedEnumeration<SVGLengthAdjustType>* lengthAdjust() { return m_lengthAdjust.get(); } SVGLengthAdjustType 84 Source/core/svg/SVGTextContentElement.h RefPtr<SVGAnimatedEnumeration<SVGLengthAdjustType> > m_lengthAdjust;