Home | History | Annotate | Download | only in shelf

Lines Matching refs:item

97   ShelfItem item;
98 item.type = TYPE_PLATFORM_APP;
99 item.status = STATUS_RUNNING;
100 int index = shelf_model()->Add(item);
117 ShelfItem item;
118 item.type = TYPE_PLATFORM_APP;
119 item.status = STATUS_RUNNING;
120 int index = shelf_model()->Add(item);
143 ShelfItem item;
144 item.type = TYPE_PLATFORM_APP;
145 item.status = STATUS_RUNNING;
146 shelf_model()->Add(item);
156 // Removes the first item in main shelf view.