Searched refs:kHideTweenType (Results 1 – 1 of 1) sorted by relevance
106 const gfx::Tween::Type kHideTweenType = gfx::Tween::FAST_OUT_LINEAR_IN; variable355 hide_url_animation_->SetTweenType(kHideTweenType); in Init()1199 const gfx::Tween::Type tween_type = hide ? kHideTweenType : kShowTweenType; in GetValueForAnimation()