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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 46 class BaseTabStrip::RemoveTabDelegate
49 RemoveTabDelegate(BaseTabStrip* tab_strip, BaseTab* tab)
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);
base_tab_strip.h 244 class RemoveTabDelegate;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 546 // TabStrip::RemoveTabDelegate
550 class TabStrip::RemoveTabDelegate
553 RemoveTabDelegate(TabStrip* tab_strip, Tab* tab);
569 DISALLOW_COPY_AND_ASSIGN(RemoveTabDelegate);
572 TabStrip::RemoveTabDelegate::RemoveTabDelegate(TabStrip* tab_strip,
578 void TabStrip::RemoveTabDelegate::AnimationEnded(
583 void TabStrip::RemoveTabDelegate::AnimationCanceled(
588 void TabStrip::RemoveTabDelegate::CompleteRemove() {
594 void TabStrip::RemoveTabDelegate::HighlightCloseButton()
    [all...]
tab_strip.h 268 class RemoveTabDelegate;

Completed in 92 milliseconds