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

  /external/chromium_org/ash/shelf/
shelf_button.h 20 class ASH_EXPORT ShelfButton : public views::CustomButton {
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);
shelf_button.cc 43 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::IconView::~IconView()
    [all...]

Completed in 107 milliseconds