Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.cc460 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
463 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_); in AnimateToIdealBounds()
497 bounds_animator().IsAnimating(tabs[i])) { in LayoutDraggedTabsAt()
498 bounds_animator().SetTargetBounds(tabs[i], new_bounds); in LayoutDraggedTabsAt()
992 bounds_animator().AnimateViewTo(tab_closing, tab_bounds); in StartMouseInitiatedRemoveTabAnimation()
996 bounds_animator().SetAnimationDelegate(tab_closing, in StartMouseInitiatedRemoveTabAnimation()
Dside_tab_strip.cc363 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
366 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_); in AnimateToIdealBounds()
368 bounds_animator().AnimateViewTo(separator_, separator_bounds_); in AnimateToIdealBounds()
Dbase_tab_strip.h224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; } in bounds_animator() function
Dbase_tab_strip.cc461 bounds_animator().Cancel(); in StopAnimating()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab_strip.cc126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()