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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 42 // TabCloseButton
46 class TabCloseButton : public views::ImageButton {
48 explicit TabCloseButton(views::ButtonListener* listener)
51 virtual ~TabCloseButton() {}
74 DISALLOW_COPY_AND_ASSIGN(TabCloseButton);
158 close_button_ = new TabCloseButton(this);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 140 class TabCloseButton;
tab.cc 249 const char kTabCloseButtonName[] = "TabCloseButton";
335 // TabCloseButton
339 class Tab::TabCloseButton : public views::ImageButton {
341 explicit TabCloseButton(Tab* tab) : views::ImageButton(tab), tab_(tab) {}
342 virtual ~TabCloseButton() {}
459 DISALLOW_COPY_AND_ASSIGN(TabCloseButton);
517 close_button_ = new TabCloseButton(this);
829 // button (BaseTab::TabCloseButton) makes sure the padding is a hit-target
    [all...]

Completed in 1345 milliseconds