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

  /external/webkit/Source/WebCore/platform/animation/
Animation.h 121 bool fillsBackwards() const { return m_fillModeSet && (m_fillMode == AnimationFillModeBackwards || m_fillMode == AnimationFillModeBoth); }
122 bool fillsForwards() const { return m_fillModeSet && (m_fillMode == AnimationFillModeForwards || m_fillMode == AnimationFillModeBoth); }
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 305 enum EAnimationFillMode { AnimationFillModeNone, AnimationFillModeForwards, AnimationFillModeBackwards, AnimationFillModeBoth };
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]

Completed in 132 milliseconds