Searched refs:bounds_animator (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab_strip.cc | 460 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()
|
D | side_tab_strip.cc | 363 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()
|
D | base_tab_strip.h | 224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; } in bounds_animator() function
|
D | base_tab_strip.cc | 461 bounds_animator().Cancel(); in StopAnimating()
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab_strip.cc | 126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
|
/external/chromium_org/ui/views/ |
D | views.gyp | 51 'animation/bounds_animator.cc', 52 'animation/bounds_animator.h',
|