Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.h76 …imation, ToAnimation, ByAnimation, ValuesAnimation, FromToAnimation, FromByAnimation, PathAnimatio… enumerator
DSVGAnimationElement.cpp230 return fromValue().isEmpty() ? ByAnimation : FromByAnimation; in animationMode()
518 } else if (animationMode == FromByAnimation) in startedActiveInterval()