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

/external/chromium_org/ash/shelf/
H A Dshelf_button.h20 class ASH_EXPORT ShelfButton : public views::CustomButton { class in namespace:ash::internal
40 virtual ~ShelfButton();
42 // Called to create an instance of a ShelfButton.
43 static ShelfButton* Create(views::ButtonListener* listener,
72 ShelfButton(views::ButtonListener* listener,
154 DISALLOW_COPY_AND_ASSIGN(ShelfButton);
H A Dshelf_button.cc43 return state & ash::internal::ShelfButton::STATE_HOVERED ||
44 state & ash::internal::ShelfButton::STATE_ACTIVE ||
45 state & ash::internal::ShelfButton::STATE_FOCUSED;
122 // ShelfButton::BarView
124 class ShelfButton::BarView : public views::ImageView,
127 BarView(ShelfButton* host)
199 ShelfButton* host_;
207 // ShelfButton::IconView
209 ShelfButton::IconView::IconView() : icon_size_(kIconSize) {
212 ShelfButton
231 ShelfButton::ShelfButton(views::ButtonListener* listener, function in class:ash::internal::ShelfButton
[all...]

Completed in 597 milliseconds