HomeSort by relevance Sort by last modified time
    Searched refs:AnimationFillModeBoth (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.h 146 bool fillsBackwards() const { return m_fillModeSet && (m_fillMode == AnimationFillModeBackwards || m_fillMode == AnimationFillModeBoth); }
147 bool fillsForwards() const { return m_fillModeSet && (m_fillMode == AnimationFillModeForwards || m_fillMode == AnimationFillModeBoth); }
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 76 case AnimationFillModeBoth:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 317 enum EAnimationFillMode { AnimationFillModeNone, AnimationFillModeForwards, AnimationFillModeBackwards, AnimationFillModeBoth };
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToStyleMap.cpp 379 layer->setFillMode(AnimationFillModeBoth);
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 112 milliseconds