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

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc65 // this ShelfLayoutManager which can trigger showing the shelf.
69 // - This ShelfLayoutManager manages the shelf for the secondary display.
89 const int ShelfLayoutManager::kWorkspaceAreaVisibleInset = 2;
92 const int ShelfLayoutManager::kWorkspaceAreaAutoHideInset = 5;
95 const int ShelfLayoutManager::kAutoHideSize = 3;
98 const int ShelfLayoutManager::kShelfItemInset = 3;
100 // ShelfLayoutManager::AutoHideEventFilter -------------------------------------
102 // Notifies ShelfLayoutManager any time the mouse moves.
103 class ShelfLayoutManager::AutoHideEventFilter : public ui::EventHandler {
105 explicit AutoHideEventFilter(ShelfLayoutManager* shel
189 ShelfLayoutManager::ShelfLayoutManager(ShelfWidget* shelf) function in class:ash::ShelfLayoutManager
[all...]
H A Dshelf_layout_manager.h52 // ShelfLayoutManager is the layout manager responsible for the shelf and
57 // closely with ShelfLayoutManager.
58 class ASH_EXPORT ShelfLayoutManager : class in namespace:ash
83 explicit ShelfLayoutManager(ShelfWidget* shelf);
84 virtual ~ShelfLayoutManager();
219 // Returns a ShelfLayoutManager on the display which has a shelf for
221 static ShelfLayoutManager* ForShelf(aura::Window* window);
356 base::OneShotTimer<ShelfLayoutManager> auto_hide_timer_;
402 DISALLOW_COPY_AND_ASSIGN(ShelfLayoutManager);

Completed in 1417 milliseconds