Searched defs:update_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/engine/
H A Dsyncer_util.cc87 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); local
116 if (local_entry.GetId() != update_id) {
119 if (local_entry.GetId() < update_id) {
128 // we'll change the ID of the local entry to update_id
182 << update_id << " local id: " << local_entry.GetId()
189 return update_id;
555 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); local
582 if (!deleted && (target->GetId() == update_id) &&
605 if (target->GetId() == update_id) {
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc324 Id update_id = TestIdFactory::FromNumber(1); local
334 MutableEntry update(&trans, CREATE_NEW_UPDATE_ITEM, update_id);
366 Entry update(&trans, GET_BY_ID, update_id);

Completed in 508 milliseconds