Home | History | Annotate | Download | only in launcher

Lines Matching defs:Launcher

9 #include "ash/launcher/launcher_types.h"
45 class ASH_EXPORT Launcher {
49 Launcher(LauncherModel* launcher_model,
52 virtual ~Launcher();
54 // Return the launcher for the primary display. NULL if no user is
56 static Launcher* ForPrimaryDisplay();
58 // Return the launcher for the display that |window| is currently on,
59 // or a launcher on primary display if the launcher per display feature
61 static Launcher* ForWindow(aura::Window* window);
74 // Activates the the launcher item specified by the index in the list
75 // of launcher items.
78 // Cycles the window focus linearly over the current launcher items.
84 // Returns true if the Launcher is showing a context menu.
96 // Launch a 0-indexed launcher item in the Launcher.
97 // A negative index launches the last launcher item in the launcher.
108 // Set the bounds of the launcher view.
112 // Returns ApplicationDragAndDropHost for this Launcher.
125 DISALLOW_COPY_AND_ASSIGN(Launcher);