Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DCSSAnimationData.h143 …bool fillsBackwards() const { return m_fillModeSet && (m_fillMode == AnimationFillModeBackwards ||… in fillsBackwards()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h333 …onFillMode { AnimationFillModeNone, AnimationFillModeForwards, AnimationFillModeBackwards, Animati… enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp377 layer->setFillMode(AnimationFillModeBackwards); in mapAnimationFillMode()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp286 case AnimationFillModeBackwards: in timingFromAnimationData()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1188 case AnimationFillModeBackwards: in valueForAnimationFillMode()