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

/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.cc46 class BaseTabStrip::RemoveTabDelegate class in class:BaseTabStrip
49 RemoveTabDelegate(BaseTabStrip* tab_strip, BaseTab* tab) function in class:BaseTabStrip::RemoveTabDelegate
115 DISALLOW_COPY_AND_ASSIGN(RemoveTabDelegate);
422 // ownership of RemoveTabDelegate.
423 bounds_animator_.SetAnimationDelegate(tab, new RemoveTabDelegate(this, tab),
510 return new RemoveTabDelegate(this, tab);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc546 // TabStrip::RemoveTabDelegate
550 class TabStrip::RemoveTabDelegate class in class:TabStrip
553 RemoveTabDelegate(TabStrip* tab_strip, Tab* tab);
569 DISALLOW_COPY_AND_ASSIGN(RemoveTabDelegate);
572 TabStrip::RemoveTabDelegate::RemoveTabDelegate(TabStrip* tab_strip, function in class:TabStrip::RemoveTabDelegate
578 void TabStrip::RemoveTabDelegate::AnimationEnded(
583 void TabStrip::RemoveTabDelegate::AnimationCanceled(
588 void TabStrip::RemoveTabDelegate::CompleteRemove() {
594 void TabStrip::RemoveTabDelegate
[all...]

Completed in 748 milliseconds