Searched defs:tween_type (Results 1 – 11 of 11) sorted by relevance
10 gfx::Tween::Type tween_type, in FloatAnimationCurveAdapter()
177 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } in set_tween_type()178 gfx::Tween::Type tween_type() const { return tween_type_; } in tween_type() function
191 gfx::Tween::Type tween_type() const { return tween_type_; } in tween_type() function192 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } in set_tween_type()
10 gfx::Tween::Type tween_type, in TransformAnimationCurveAdapter()
131 void ScopedLayerAnimationSettings::SetTweenType(gfx::Tween::Type tween_type) { in SetTweenType()
368 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; in TEST() local407 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; in TEST() local
67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; } in SetTweenType()
327 gfx::Tween::Type tween_type) { in CrossFadeAnimation()
247 gfx::Tween::Type tween_type, in StartGrayscaleBrightnessAnimationForWindow()
899 gfx::Tween::Type tween_type, in SaveDesiredSizeAndAnimate()
1317 const gfx::Tween::Type tween_type = hide ? kHideTweenType : kShowTweenType; in GetValueForAnimation() local