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

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc259 class InsertTabAnimation : public TabStripGtk::TabAnimation { class in inherits:TabStripGtk::TabAnimation
261 explicit InsertTabAnimation(TabStripGtk* tabstrip, int index) function in class:InsertTabAnimation
272 virtual ~InsertTabAnimation() {}
313 DISALLOW_COPY_AND_ASSIGN(InsertTabAnimation);
1807 active_animation_.reset(new InsertTabAnimation(this, index));

Completed in 44 milliseconds