Home
last modified time | relevance | path

Searched refs:initialAnimationDirection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DCSSAnimationData.cpp35 , m_direction(initialAnimationDirection()) in CSSAnimationData()
DCSSAnimationData.h180 static AnimationDirection initialAnimationDirection() { return AnimationDirectionNormal; } in initialAnimationDirection() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp319 layer->setDirection(CSSAnimationData::initialAnimationDirection()); in mapAnimationDirection()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2547 list->append(valueForAnimationDirection(CSSAnimationData::initialAnimationDirection())); in getPropertyCSSValue()