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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc471 // TabStrip::RemoveTabDelegate
475 class TabStrip::RemoveTabDelegate : public TabAnimationDelegate { class in class:TabStrip
477 RemoveTabDelegate(TabStrip* tab_strip, Tab* tab);
483 DISALLOW_COPY_AND_ASSIGN(RemoveTabDelegate);
486 TabStrip::RemoveTabDelegate::RemoveTabDelegate(TabStrip* tab_strip, function in class:TabStrip::RemoveTabDelegate
491 void TabStrip::RemoveTabDelegate::AnimationEnded(
510 void TabStrip::RemoveTabDelegate::AnimationCanceled(
1552 scoped_ptr<gfx::AnimationDelegate>(new RemoveTabDelegate(this, tab)));
2450 // ownership of RemoveTabDelegate
[all...]

Completed in 36 milliseconds