Searched refs:adjustForInheritance (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.h95 void adjustForInheritance(ParseTypeFromStringType parseTypeFromString, AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement) function in class:blink::SVGAnimationElement
101 adjustForInheritance(contextElement, attributeName(), typeString);
191 void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
H A DSVGAnimatedTypeAnimator.cpp241 m_animationElement->adjustForInheritance<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->fromPropertyValueType(), fromValue, m_contextElement);
242 m_animationElement->adjustForInheritance<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->toPropertyValueType(), toValue, m_contextElement);
H A DSVGAnimationElement.cpp638 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value) function in class:blink::SVGAnimationElement

Completed in 360 milliseconds