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

  /external/chromium_org/ash/launcher/
launcher_types.cc 12 LauncherItem::LauncherItem()
19 LauncherItem::~LauncherItem() {
launcher_types.h 24 // Type the LauncherItem represents.
50 // A closed LauncherItem, i.e. has no live instance.
52 // A LauncherItem that has live instance.
54 // An active LauncherItem that has focus.
56 // A LauncherItem that needs user's attention.
60 struct ASH_EXPORT LauncherItem {
61 LauncherItem();
62 ~LauncherItem();
81 typedef std::vector<LauncherItem> LauncherItems;

Completed in 42 milliseconds