Home
last modified time | relevance | path

Searched refs:propertyFromAttribute (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTypeAnimator.cpp46 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()
DSVGElement.h99 PassRefPtr<SVGAnimatedPropertyBase> propertyFromAttribute(const QualifiedName& attributeName);
DSVGElement.cpp760 PassRefPtr<SVGAnimatedPropertyBase> SVGElement::propertyFromAttribute(const QualifiedName& attribut… in propertyFromAttribute() function in WebCore::SVGElement