HomeSort by relevance Sort by last modified time
    Searched refs:bounds_animator_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 122 ALLOW_THIS_IN_INITIALIZER_LIST(bounds_animator_(this)) {
419 bounds_animator_.AnimateViewTo(tab, tab_bounds);
423 bounds_animator_.SetAnimationDelegate(tab, new RemoveTabDelegate(this, tab),
481 bounds_animator_.StopAnimatingView(tabs[i]);
527 return bounds_animator_.IsAnimating();
558 bounds_animator_.AnimateViewTo(tab, ideal_bounds(TabIndexOfTab(tab)));
561 bounds_animator_.SetAnimationDelegate(
base_tab_strip.h 224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; }
269 views::BoundsAnimator bounds_animator_; member in class:BaseTabStrip

Completed in 47 milliseconds