AnimationDirection 112 Source/core/animation/css/CSSAnimationData.h AnimationDirection direction() const { return static_cast<AnimationDirection>(m_direction); } AnimationDirection 127 Source/core/animation/css/CSSAnimationData.h void setDirection(AnimationDirection d) { m_direction = d; m_directionSet = true; } AnimationDirection 181 Source/core/animation/css/CSSAnimationData.h static AnimationDirection initialAnimationDirection() { return AnimationDirectionNormal; } AnimationDirection 1074 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForAnimationDirection(CSSAnimationData::AnimationDirection direction)