Searched refs:AnimationDirection (Results 1 – 5 of 5) sorted by relevance
29 enum AnimationDirection { enum49 AnimationDirection animation_direction() { return animation_direction_; } in animation_direction()75 void SetupAnimation(AnimationDirection direction);83 AnimationDirection animation_direction_;
81 AnimationDirection animation_direction = SHOWING_CONTROLS; in UpdateTopControlsState()182 void TopControlsManager::SetupAnimation(AnimationDirection direction) { in SetupAnimation()215 AnimationDirection show_controls = NO_ANIMATION; in StartAnimationIfNecessary()
103 enum AnimationDirection { enum109 AnimationDirection direction() const { return static_cast<AnimationDirection>(m_direction); } in direction()125 void setDirection(AnimationDirection d) { m_direction = d; m_directionSet = true; } in setDirection()180 static AnimationDirection initialAnimationDirection() { return AnimationDirectionNormal; } in initialAnimationDirection()
236 CSSAnimationData::AnimationDirection direction = animation->direction(); in createWebAnimation()
1198 static PassRefPtr<CSSValue> valueForAnimationDirection(CSSAnimationData::AnimationDirection directi… in valueForAnimationDirection()