Home
last modified time | relevance | path

Searched refs:update_id (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/engine/
Dsyncer_util.cc87 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); in FindLocalIdToUpdate() local
116 if (local_entry.GetId() != update_id) { in FindLocalIdToUpdate()
119 if (local_entry.GetId() < update_id) { in FindLocalIdToUpdate()
182 << update_id << " local id: " << local_entry.GetId() in FindLocalIdToUpdate()
189 return update_id; in FindLocalIdToUpdate()
555 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); in VerifyUpdateConsistency() local
582 if (!deleted && (target->GetId() == update_id) && in VerifyUpdateConsistency()
605 if (target->GetId() == update_id) { in VerifyUpdateConsistency()
/external/chromium_org/sync/syncable/
Dsyncable_unittest.cc324 Id update_id = TestIdFactory::FromNumber(1); in TEST_F() local
334 MutableEntry update(&trans, CREATE_NEW_UPDATE_ITEM, update_id); in TEST_F()
366 Entry update(&trans, GET_BY_ID, update_id); in TEST_F()