Searched refs:ByAnimation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h76 enum AnimationMode { NoAnimation, ToAnimation, ByAnimation, ValuesAnimation, FromToAnimation, FromByAnimation, PathAnimation }; enumerator in enum:WebCore::SVGAnimationElement::AnimationMode
H A DSVGAnimationElement.cpp230 return fromValue().isEmpty() ? ByAnimation : FromByAnimation;
283 return value == sum || animationMode() == ByAnimation;
520 else if (animationMode == ByAnimation)

Completed in 58 milliseconds