HomeSort by relevance Sort by last modified time
    Searched refs:update_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/engine/
syncer_util.cc 85 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); local
114 if (local_entry.GetId() != update_id) {
117 if (local_entry.GetId() < update_id) {
126 // we'll change the ID of the local entry to update_id
180 << update_id << " local id: " << local_entry.GetId()
187 return update_id;
551 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); local
578 if (!deleted && (target->GetId() == update_id) &&
601 if (target->GetId() == update_id) {
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 1087 Id update_id = TestIdFactory::FromNumber(1); local
    [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 1823 Id update_id = TestIdFactory::FromNumber(1); local
    [all...]

Completed in 66 milliseconds