Home | History | Annotate | Download | only in engine

Lines Matching refs:new_id

80     const syncable::Id& new_id,
83 if (!entry->Put(ID, new_id)) {
84 Entry old_entry(trans, GET_BY_ID, new_id);
86 LOG(FATAL) << "Attempt to change ID to " << new_id
102 child_entry.PutParentIdPropertyOnly(new_id);
113 entry->Put(NEXT_ID, new_id);
114 entry->Put(PREV_ID, new_id);
124 const syncable::Id& new_id) {
126 ChangeEntryIDAndUpdateChildren(trans, entry, new_id, &children);