Home
last modified time | relevance | path

Searched refs:AnimationFillModeBoth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/animation/
DAnimation.h121 …fillModeSet && (m_fillMode == AnimationFillModeBackwards || m_fillMode == AnimationFillModeBoth); } in fillsBackwards()
122 …_fillModeSet && (m_fillMode == AnimationFillModeForwards || m_fillMode == AnimationFillModeBoth); } in fillsForwards()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h305 …mationFillModeNone, AnimationFillModeForwards, AnimationFillModeBackwards, AnimationFillModeBoth }; enumerator
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp1685 case AnimationFillModeBoth: in setupAnimation()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1524 case AnimationFillModeBoth: in getPropertyCSSValue()
DCSSStyleSelector.cpp6540 layer->setFillMode(AnimationFillModeBoth); in mapAnimationFillMode()