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

/external/chromium_org/ash/shelf/
H A Dshelf_view.h54 class ASH_EXPORT ShelfView : public views::View, class in namespace:ash
63 ShelfView(ShelfModel* model,
66 virtual ~ShelfView();
156 // Returns true when this ShelfView is used for Overflow Bubble.
245 void UpdateOverflowRange(ShelfView* overflow_view) const;
436 // True when this ShelfView is used for Overflow Bubble.
439 // Holds a pointer to main ShelfView when a ShelfView is in overflow mode.
440 ShelfView* main_shelf_;
445 DISALLOW_COPY_AND_ASSIGN(ShelfView);
[all...]
H A Dshelf_view.cc316 class ShelfView::FadeOutAnimationDelegate : public gfx::AnimationDelegate {
318 FadeOutAnimationDelegate(ShelfView* host, views::View* view)
335 ShelfView* shelf_view_;
344 class ShelfView::StartFadeAnimationDelegate : public gfx::AnimationDelegate {
346 StartFadeAnimationDelegate(ShelfView* host,
361 ShelfView* shelf_view_;
367 ShelfView::ShelfView(ShelfModel* model, function in class:ash::ShelfView
403 ShelfView::~ShelfView() {
[all...]

Completed in 241 milliseconds