HomeSort by relevance Sort by last modified time
    Searched defs:AnimationMode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h 36 enum AnimationMode {
83 AnimationMode animationMode() const { return m_animationMode; }
122 if (animationMode() != ToAnimation)
140 if ((animationMode() == FromToAnimation && percentage > 0.5) || animationMode() == ToAnimation || percentage == 1) {
158 if (isAdditive() && animationMode() != ToAnimation)
199 void setAnimationMode(AnimationMode animationMode) { m_animationMode = animationMode; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.h 97 enum AnimationMode {
122 AnimationMode animationMode() const { return m_mode; }
133 void setAnimationMode(AnimationMode mode) { m_mode = mode; }
155 AnimationMode m_mode;

Completed in 2092 milliseconds