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

/external/chromium_org/ash/shelf/
H A Dshelf.h46 class ASH_EXPORT Shelf { class in namespace:ash
50 Shelf(ShelfModel* model, ShelfDelegate* delegate, ShelfWidget* widget);
51 virtual ~Shelf();
54 static Shelf* ForPrimaryDisplay();
59 static Shelf* ForWindow(aura::Window* window);
123 DISALLOW_COPY_AND_ASSIGN(Shelf);
H A Dshelf.cc41 const char Shelf::kNativeViewName[] = "ShelfView";
43 Shelf::Shelf(ShelfModel* shelf_model, function in class:ash::Shelf
58 Shelf::~Shelf() {
63 Shelf* Shelf::ForPrimaryDisplay() {
70 Shelf* Shelf::ForWindow(aura::Window* window) {
75 void Shelf
[all...]

Completed in 100 milliseconds