Home | History | Annotate | Download | only in shelf

Lines Matching defs:id

60   items_[index].id = next_id_++;
70 ShelfID id = items_[index].id;
73 ShelfItemRemoved(index, id));
94 items_[index].id = old_item.id;
113 int ShelfModel::ItemIndexByID(ShelfID id) const {
114 ShelfItems::const_iterator i = ItemByID(id);
126 ShelfItems::const_iterator ShelfModel::ItemByID(int id) const {
129 if (i->id == id)