Searched refs:TabCloseButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h153 class TabCloseButton;
H A Dtab.cc138 const char kTabCloseButtonName[] = "TabCloseButton";
231 // TabCloseButton
235 class Tab::TabCloseButton : public views::ImageButton, class in class:Tab
238 explicit TabCloseButton(Tab* tab) function in class:Tab::TabCloseButton
245 virtual ~TabCloseButton() {}
381 DISALLOW_COPY_AND_ASSIGN(TabCloseButton);
444 close_button_ = new TabCloseButton(this);
765 // button (BaseTab::TabCloseButton) makes sure the padding is a hit-target

Completed in 46 milliseconds