Searched refs:AnimationMode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.h35 enum AnimationMode { enum in namespace:blink
80 AnimationMode animationMode() const { return m_animationMode; }
166 void setAnimationMode(AnimationMode animationMode) { m_animationMode = animationMode; }
209 AnimationMode m_animationMode;
H A DSVGAnimationElement.cpp554 AnimationMode animationMode = this->animationMode();
604 AnimationMode animationMode = this->animationMode();
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGListPropertyHelper.h157 bool adjustFromToListValues(PassRefPtr<Derived> fromList, PassRefPtr<Derived> toList, float percentage, AnimationMode);
384 bool SVGListPropertyHelper<Derived, ItemProperty>::adjustFromToListValues(PassRefPtr<Derived> passFromList, PassRefPtr<Derived> passToList, float percentage, AnimationMode mode)

Completed in 330 milliseconds