Home
last modified time | relevance | path

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

/external/chromium_org/cc/input/
Dtop_controls_manager.h29 enum AnimationDirection { enum
49 AnimationDirection animation_direction() { return animation_direction_; } in animation_direction()
75 void SetupAnimation(AnimationDirection direction);
83 AnimationDirection animation_direction_;
Dtop_controls_manager.cc81 AnimationDirection animation_direction = SHOWING_CONTROLS; in UpdateTopControlsState()
182 void TopControlsManager::SetupAnimation(AnimationDirection direction) { in SetupAnimation()
215 AnimationDirection show_controls = NO_ANIMATION; in StartAnimationIfNecessary()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DCSSAnimationData.h103 enum AnimationDirection { enum
109 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()
DAnimationTranslationUtil.cpp236 CSSAnimationData::AnimationDirection direction = animation->direction(); in createWebAnimation()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1198 static PassRefPtr<CSSValue> valueForAnimationDirection(CSSAnimationData::AnimationDirection directi… in valueForAnimationDirection()