Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab_strip.cc122 ALLOW_THIS_IN_INITIALIZER_LIST(bounds_animator_(this)) { in BaseTabStrip()
419 bounds_animator_.AnimateViewTo(tab, tab_bounds); in StartRemoveTabAnimation()
423 bounds_animator_.SetAnimationDelegate(tab, new RemoveTabDelegate(this, tab), in StartRemoveTabAnimation()
481 bounds_animator_.StopAnimatingView(tabs[i]); in StartedDraggingTabs()
527 return bounds_animator_.IsAnimating(); in IsAnimating()
558 bounds_animator_.AnimateViewTo(tab, ideal_bounds(TabIndexOfTab(tab))); in StoppedDraggingTab()
561 bounds_animator_.SetAnimationDelegate( in StoppedDraggingTab()
Dbase_tab_strip.h224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; } in bounds_animator()
269 views::BoundsAnimator bounds_animator_; variable