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

/external/chromium_org/ash/shelf/
H A Dshelf_view.h55 class ASH_EXPORT ShelfView : public views::View, class in namespace:ash::internal
64 ShelfView(ShelfModel* model,
67 virtual ~ShelfView();
156 // Returns true when this ShelfView is used for Overflow Bubble.
250 void UpdateOverflowRange(ShelfView* overflow_view);
443 // True when this ShelfView is used for Overflow Bubble.
446 // Holds a pointer to main ShelfView when a ShelfView is in overflow mode.
447 ShelfView* main_shelf_;
452 DISALLOW_COPY_AND_ASSIGN(ShelfView);
[all...]
H A Dshelf_view.cc302 class ShelfView::FadeOutAnimationDelegate
305 FadeOutAnimationDelegate(ShelfView* host, views::View* view)
322 ShelfView* shelf_view_;
331 class ShelfView::StartFadeAnimationDelegate
334 StartFadeAnimationDelegate(ShelfView* host,
349 ShelfView* shelf_view_;
355 ShelfView::ShelfView(ShelfModel* model, function in class:ash::internal::ShelfView
392 ShelfView::~ShelfView() {
[all...]

Completed in 83 milliseconds