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

/external/chromium_org/ash/launcher/
H A Dlauncher_types.cc15 LauncherItem::LauncherItem() function in class:ash::LauncherItem
21 LauncherItem::~LauncherItem() {
H A Dlauncher_types.h33 // Type the LauncherItem represents.
59 // A closed LauncherItem, i.e. has no live instance.
61 // A LauncherItem that has live instance.
63 // An active LauncherItem that has focus.
65 // A LauncherItem that needs user's attention.
69 struct ASH_EXPORT LauncherItem { struct in namespace:ash
70 LauncherItem();
71 ~LauncherItem();
85 typedef std::vector<LauncherItem> LauncherItems;

Completed in 152 milliseconds