Home | History | Annotate | Download | only in tabs

Lines Matching refs:RemoveTabDelegate

489 // TabStrip::RemoveTabDelegate
493 class TabStrip::RemoveTabDelegate : public TabAnimationDelegate {
495 RemoveTabDelegate(TabStrip* tab_strip, Tab* tab);
501 DISALLOW_COPY_AND_ASSIGN(RemoveTabDelegate);
504 TabStrip::RemoveTabDelegate::RemoveTabDelegate(TabStrip* tab_strip,
509 void TabStrip::RemoveTabDelegate::AnimationEnded(
528 void TabStrip::RemoveTabDelegate::AnimationCanceled(
1569 scoped_ptr<gfx::AnimationDelegate>(new RemoveTabDelegate(this, tab)));
2467 // ownership of RemoveTabDelegate.
2471 new RemoveTabDelegate(this, tab_closing)));