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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 162 friend class InsertTabAnimation;
tab_strip_gtk.cc 259 class InsertTabAnimation : public TabStripGtk::TabAnimation {
261 explicit InsertTabAnimation(TabStripGtk* tabstrip, int index)
272 virtual ~InsertTabAnimation() {}
313 DISALLOW_COPY_AND_ASSIGN(InsertTabAnimation);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 180 friend class InsertTabAnimation;
tab_strip_gtk.cc 283 class InsertTabAnimation : public TabStripGtk::TabAnimation {
285 InsertTabAnimation(TabStripGtk* tabstrip, int index)
296 virtual ~InsertTabAnimation() {}
337 DISALLOW_COPY_AND_ASSIGN(InsertTabAnimation);
    [all...]

Completed in 69 milliseconds