Home
last modified time | relevance | path

Searched defs:AppListItemMetadata (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/app_list/
H A Dapp_list_types.h58 struct ASH_PUBLIC_EXPORT AppListItemMetadata { struct
63 std::string id; // Id of the app list item.
64 std::string name; // Corresponding app/folder's name of the item.
65 std::string short_name; // Corresponding app's short name of the item. Empty
67 std::string folder_id; // Id of folder where the item resides.
68 syncer::StringOrdinal position; // Position of the item.
69 bool is_folder = false; // Whether this item is a folder.
70 bool is_persistent = false; // Whether this folder is allowed to contain only
72 gfx::ImageSkia icon; // The icon of this item.
73 bool is_page_break = false; // Whether this item is a "page break" item.