Searched refs:propertyFromAttribute (Results 1 – 3 of 3) sorted by relevance
46 m_animatedProperty = m_contextElement->propertyFromAttribute(attributeName); in SVGAnimatedTypeAnimator()166 … RefPtr<SVGAnimatedPropertyBase> animatedProperty = (*it)->propertyFromAttribute(attributeName); in setAnimatedValueOnAllTargetProperties()200 …RefPtr<SVGAnimatedPropertyBase> animatedProperty = (*it)->propertyFromAttribute(m_animatedProperty… in stopAnimValAnimation()
99 PassRefPtr<SVGAnimatedPropertyBase> propertyFromAttribute(const QualifiedName& attributeName);
760 PassRefPtr<SVGAnimatedPropertyBase> SVGElement::propertyFromAttribute(const QualifiedName& attribut… in propertyFromAttribute() function in WebCore::SVGElement