Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DCSSAnimationData.h143 …fillModeSet && (m_fillMode == AnimationFillModeBackwards || m_fillMode == AnimationFillModeBoth); } in fillsBackwards()
144 …_fillModeSet && (m_fillMode == AnimationFillModeForwards || m_fillMode == AnimationFillModeBoth); } in fillsForwards()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h333 …mationFillModeNone, AnimationFillModeForwards, AnimationFillModeBackwards, AnimationFillModeBoth }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp380 layer->setFillMode(AnimationFillModeBoth); in mapAnimationFillMode()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp289 case AnimationFillModeBoth: in timingFromAnimationData()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1190 case AnimationFillModeBoth: in valueForAnimationFillMode()