Home
last modified time | relevance | path

Searched refs:ResizeLayoutAnimation (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc460 class ResizeLayoutAnimation : public TabStripGtk::TabAnimation { class
462 explicit ResizeLayoutAnimation(TabStripGtk* tabstrip) in ResizeLayoutAnimation() function in ResizeLayoutAnimation
470 virtual ~ResizeLayoutAnimation() {} in ~ResizeLayoutAnimation()
517 DISALLOW_COPY_AND_ASSIGN(ResizeLayoutAnimation);
1834 active_animation_.reset(new ResizeLayoutAnimation(this)); in StartResizeLayoutAnimation()
Dtab_strip_gtk.h167 friend class ResizeLayoutAnimation; variable