HomeSort by relevance Sort by last modified time
    Searched defs:ShelfLayoutManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 65 // 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* shelf)
    [all...]
shelf_layout_manager.h 53 // ShelfLayoutManager is the layout manager responsible for the shelf and
58 // closely with ShelfLayoutManager.
59 class ASH_EXPORT ShelfLayoutManager
84 explicit ShelfLayoutManager(ShelfWidget* shelf);
85 virtual ~ShelfLayoutManager();
214 // Returns a ShelfLayoutManager on the display which has a shelf for
216 static ShelfLayoutManager* ForShelf(aura::Window* window);
352 base::OneShotTimer<ShelfLayoutManager> auto_hide_timer_;
398 DISALLOW_COPY_AND_ASSIGN(ShelfLayoutManager);

Completed in 36 milliseconds