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

/external/chromium_org/ash/shelf/
H A Dshelf_button.h18 class ASH_EXPORT ShelfButton : public views::CustomButton { class in namespace:ash
38 virtual ~ShelfButton();
40 // Called to create an instance of a ShelfButton.
41 static ShelfButton* Create(views::ButtonListener* listener,
70 ShelfButton(views::ButtonListener* listener,
152 DISALLOW_COPY_AND_ASSIGN(ShelfButton);
H A Dshelf_button.cc111 // ShelfButton::BarView
113 class ShelfButton::BarView : public views::ImageView,
116 BarView(ShelfButton* host)
188 ShelfButton* host_;
196 // ShelfButton::IconView
198 ShelfButton::IconView::IconView() : icon_size_(kIconSize) {
201 ShelfButton::IconView::~IconView() {
204 bool ShelfButton::IconView::CanProcessEventsWithinSubtree() const {
210 // ShelfButton
212 ShelfButton* ShelfButto
220 ShelfButton::ShelfButton(views::ButtonListener* listener, function in class:ash::ShelfButton
[all...]

Completed in 114 milliseconds