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

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 363 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));
366 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_);
368 bounds_animator().AnimateViewTo(separator_, separator_bounds_);
base_tab_strip.h 15 #include "views/animation/bounds_animator.h"
224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; } function in class:BaseTabStrip
tab_strip.cc 460 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));
463 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_);
497 bounds_animator().IsAnimating(tabs[i])) {
498 bounds_animator().SetTargetBounds(tabs[i], new_bounds);
    [all...]
base_tab_strip.cc 461 bounds_animator().Cancel();
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));

Completed in 479 milliseconds