Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h86 enum ShouldApplyAnimation { enum
92ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attribut…
222 …void applyAnimatedValue(ShouldApplyAnimation, SVGElement* targetElement, const QualifiedName& attr…
DSVGAnimateElement.cpp208 ShouldApplyAnimation shouldApply = shouldApplyAnimation(targetElement, attributeName); in resetAnimatedType()
DSVGAnimationElement.cpp369 SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* tar… in shouldApplyAnimation()