Home
last modified time | relevance | path

Searched refs:SyncableIdFromProto (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/syncable/
Dsyncable_proto_util.cc11 syncable::Id SyncableIdFromProto(const std::string& proto_string) { in SyncableIdFromProto() function
29 return SyncableIdFromProto(entity.id_string()).IsRoot(); in IsRoot()
Dsyncable_proto_util.h21 syncable::Id SyncableIdFromProto(const std::string& proto_string);
/external/chromium_org/sync/engine/
Dprocess_updates_util.cc52 SyncableIdFromProto(update.id_string())); in UpdateContainsNewVersion()
102 syncable::Id id = SyncableIdFromProto(entry.id_string()); in VerifyUpdate()
181 const syncable::Id& server_id = SyncableIdFromProto(update.id_string()); in ProcessUpdate()
250 (SyncableIdFromProto(update.parent_id_string()) == in ProcessUpdate()
Dcommit_util.cc236 << " new_id:" << SyncableIdFromProto(entry_response.id_string()) in UpdateVersionAfterCommit()
257 SyncableIdFromProto(entry_response.id_string()); in ChangeIdAfterCommit()
344 << " new_id:" << SyncableIdFromProto(entry_response.id_string()) in ProcessSuccessfulCommitResponse()
429 SyncableIdFromProto(server_entry.id_string()); in ProcessSingleCommitResponse()
Dsyncer_util.cc86 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); in FindLocalIdToUpdate()
381 DCHECK_EQ(target->GetId(), SyncableIdFromProto(update.id_string())) in UpdateServerFieldsFromUpdate()
383 target->PutServerParentId(SyncableIdFromProto(update.parent_id_string())); in UpdateServerFieldsFromUpdate()
551 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); in VerifyUpdateConsistency()