Searched refs:adjustForInheritance (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedString.cpp | 85 …m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->fromPr… in calculateAnimatedValue() 86 …m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->toProp… in calculateAnimatedValue()
|
D | SVGAnimatedNumber.cpp | 96 …m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->fromPro… in calculateAnimatedValue() 97 …m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->toPrope… in calculateAnimatedValue()
|
D | SVGAnimationElement.h | 98 …void adjustForInheritance(AnimatedType (*parseTypeFromString)(SVGAnimationElement*, const String&), in adjustForInheritance() function 106 adjustForInheritance(contextElement, attributeName(), typeString); in adjustForInheritance() 223 … void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
|
D | SVGAnimatedColor.cpp | 76 …m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->fromProp… in calculateAnimatedValue() 77 …m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->toProper… in calculateAnimatedValue()
|
D | SVGAnimatedLength.cpp | 100 …m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->fro… in calculateAnimatedValue() 101 …m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->toP… in calculateAnimatedValue()
|
D | SVGAnimatedLengthList.cpp | 102 …m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElem… in calculateAnimatedValue() 103 …m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElem… in calculateAnimatedValue()
|
D | SVGAnimationElement.cpp | 651 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attr… in adjustForInheritance() function in WebCore::SVGAnimationElement
|