IconView 208 ash/shelf/shelf_button.cc ShelfButton::IconView::IconView() : icon_size_(kIconSize) { IconView 211 ash/shelf/shelf_button.cc ShelfButton::IconView::~IconView() { IconView 214 ash/shelf/shelf_button.cc bool ShelfButton::IconView::HitTestRect(const gfx::Rect& rect) const { IconView 520 ash/shelf/shelf_button.cc ShelfButton::IconView* ShelfButton::CreateIconView() { IconView 521 ash/shelf/shelf_button.cc return new IconView; IconView 77 ash/shelf/shelf_button.h class IconView : public views::ImageView { IconView 79 ash/shelf/shelf_button.h IconView(); IconView 80 ash/shelf/shelf_button.h virtual ~IconView(); IconView 93 ash/shelf/shelf_button.h DISALLOW_COPY_AND_ASSIGN(IconView); IconView 118 ash/shelf/shelf_button.h virtual IconView* CreateIconView(); IconView 119 ash/shelf/shelf_button.h IconView* icon_view() const { return icon_view_; } IconView 137 ash/shelf/shelf_button.h IconView* icon_view_;