Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc106 const gfx::Tween::Type kHideTweenType = gfx::Tween::FAST_OUT_LINEAR_IN; variable
355 hide_url_animation_->SetTweenType(kHideTweenType); in Init()
1199 const gfx::Tween::Type tween_type = hide ? kHideTweenType : kShowTweenType; in GetValueForAnimation()