Searched defs:MoveTabAnimation (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc405 class MoveTabAnimation : public TabStripGtk::TabAnimation { class in inherits:TabStripGtk::TabAnimation
407 MoveTabAnimation(TabStripGtk* tabstrip, int tab_a_index, int tab_b_index) function in class:MoveTabAnimation
419 virtual ~MoveTabAnimation() {}
453 DISALLOW_COPY_AND_ASSIGN(MoveTabAnimation);
1813 // Some animations (e.g. MoveTabAnimation) cause there to be a Layout when
1816 // we ask the MoveTabAnimation to skip its Layout (the state will be
1828 active_animation_.reset(new MoveTabAnimation(this, from_index, to_index));
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc426 class MoveTabAnimation : public TabStripGtk::TabAnimation { class in inherits:TabStripGtk::TabAnimation
428 MoveTabAnimation(TabStripGtk* tabstrip, int tab_a_index, int tab_b_index) function in class:MoveTabAnimation
440 virtual ~MoveTabAnimation() {}
476 DISALLOW_COPY_AND_ASSIGN(MoveTabAnimation);
1960 // Some animations (e.g. MoveTabAnimation) cause there to be a Layout when
1963 // we ask the MoveTabAnimation to skip its Layout (the state will be
1975 active_animation_.reset(new MoveTabAnimation(this, from_index, to_index));

Completed in 67 milliseconds