Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp171 if (animationMode() == FromByAnimation && !animatedPropertyTypeSupportsAddition()) in calculateFromAndByValues()
397 if (animationMode() == ByAnimation || animationMode() == FromByAnimation) in isAdditive()
DSVGAnimationElement.h39 FromByAnimation, enumerator
DSVGAnimationElement.cpp297 setAnimationMode(fromValue().isEmpty() ? ByAnimation : FromByAnimation); in updateAnimationMode()
592 } else if (animationMode == FromByAnimation) in startedActiveInterval()