Home | History | Annotate | Download | only in shelf

Lines Matching refs:launcher

9 #include "ash/launcher/launcher_types.h"
12 class Launcher;
14 // Delegate for the Launcher.
17 // Launcher owns the delegate.
21 // depend on the Launcher being in a known state.
22 virtual void OnLauncherCreated(Launcher* launcher) = 0;
24 // Callback used to inform the delegate that a specific launcher no longer
26 virtual void OnLauncherDestroyed(Launcher* launcher) = 0;
28 // Get the launcher ID from an application ID.
31 // Get the application ID for a given launcher ID.
34 // Pins an app with |app_id| to launcher. A running instance will get pinned.
35 // In case there is no running instance a new launcher item is created and
39 // Check if the app with |app_id_| is pinned to the launcher.