SVGAnimatedTextLength   55 Source/core/svg/SVGTextContentElement.cpp     static PassRefPtr<SVGAnimatedTextLength> create(SVGTextContentElement* contextElement)
SVGAnimatedTextLength   57 Source/core/svg/SVGTextContentElement.cpp         return adoptRef(new SVGAnimatedTextLength(contextElement));
SVGAnimatedTextLength   79 Source/core/svg/SVGTextContentElement.cpp     , m_textLength(SVGAnimatedTextLength::create(this))
SVGAnimatedTextLength   41 Source/core/svg/SVGTextContentElement.h class SVGAnimatedTextLength;