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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 153 class TabCloseButton;
tab.cc 138 const char kTabCloseButtonName[] = "TabCloseButton";
231 // TabCloseButton
235 class Tab::TabCloseButton : public views::ImageButton,
238 explicit TabCloseButton(Tab* tab)
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
    [all...]

Completed in 44 milliseconds