Home
last modified time | relevance | path

Searched refs:adjustForInheritance (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp101 static inline void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeNa… in adjustForInheritance() function
199 adjustForInheritance(targetElement, attributeName(), fromNumberString); in calculateAnimatedValue()
205 adjustForInheritance(targetElement, attributeName(), toNumberString); in calculateAnimatedValue()
234 adjustForInheritance(targetElement, attributeName(), fromColorString); in calculateAnimatedValue()
241 adjustForInheritance(targetElement, attributeName(), toColorString); in calculateAnimatedValue()
311 adjustForInheritance(targetElement, attributeName(), m_fromString); in calculateAnimatedValue()
313 adjustForInheritance(targetElement, attributeName(), m_toString); in calculateAnimatedValue()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-161513 (WebCore::adjustForInheritance):