propertyFromAttribute   52 Source/core/svg/SVGAnimatedTypeAnimator.cpp     m_animatedProperty = m_contextElement->propertyFromAttribute(attributeName);
propertyFromAttribute  165 Source/core/svg/SVGAnimatedTypeAnimator.cpp         RefPtr<SVGAnimatedPropertyBase> animatedProperty = (*it)->propertyFromAttribute(attributeName);
propertyFromAttribute  178 Source/core/svg/SVGAnimatedTypeAnimator.cpp         RefPtr<SVGAnimatedPropertyBase> animatedProperty = (*it)->propertyFromAttribute(attributeName);
propertyFromAttribute  494 Source/core/svg/SVGAnimationElement.cpp     RefPtr<SVGAnimatedPropertyBase> property = targetElement()->propertyFromAttribute(attributeName());
propertyFromAttribute   95 Source/core/svg/SVGElement.h     PassRefPtr<SVGAnimatedPropertyBase> propertyFromAttribute(const QualifiedName& attributeName);