Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedString.cpp85 …m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->fromPr… in calculateAnimatedValue()
86 …m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->toProp… in calculateAnimatedValue()
DSVGAnimatedNumber.cpp96 …m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->fromPro… in calculateAnimatedValue()
97 …m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->toPrope… in calculateAnimatedValue()
DSVGAnimationElement.h98 …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&);
DSVGAnimatedColor.cpp76 …m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->fromProp… in calculateAnimatedValue()
77 …m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->toProper… in calculateAnimatedValue()
DSVGAnimatedLength.cpp100 …m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->fro… in calculateAnimatedValue()
101 …m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->toP… in calculateAnimatedValue()
DSVGAnimatedLengthList.cpp102 …m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElem… in calculateAnimatedValue()
103 …m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElem… in calculateAnimatedValue()
DSVGAnimationElement.cpp651 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attr… in adjustForInheritance() function in WebCore::SVGAnimationElement