Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h167 void computeCSSPropertyValue(SVGElement*, CSSPropertyID, String& value);
DSVGAnimationElement.cpp641 void SVGAnimationElement::computeCSSPropertyValue(SVGElement* element, CSSPropertyID id, String& va… in computeCSSPropertyValue() function in WebCore::SVGAnimationElement
662 computeCSSPropertyValue(svgParent, cssPropertyID(attributeName.localName()), value); in adjustForInheritance()
DSVGAnimateElement.cpp238 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue); in resetAnimatedType()