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

/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command.cc284 const sync_pb::SyncEntity& committed_entry,
290 return SyncerProtoUtil::NameFromSyncEntity(committed_entry);
294 const sync_pb::SyncEntity& committed_entry,
301 if (committed_entry.deleted() &&
357 const sync_pb::SyncEntity& committed_entry,
363 // |entry_response| and |committed_entry| have some identically named
364 // fields. We only want to consider fields from |committed_entry| when there
370 local_entry->Put(SERVER_IS_DEL, committed_entry.deleted());
371 if (committed_entry.deleted()) {
377 (committed_entry
283 GetResultingPostCommitName( const sync_pb::SyncEntity& committed_entry, const CommitResponse_EntryResponse& entry_response) argument
293 UpdateVersionAfterCommit( const sync_pb::SyncEntity& committed_entry, const CommitResponse_EntryResponse& entry_response, const syncable::Id& pre_commit_id, syncable::MutableEntry* local_entry) argument
356 UpdateServerFieldsAfterCommit( const sync_pb::SyncEntity& committed_entry, const CommitResponse_EntryResponse& entry_response, syncable::MutableEntry* local_entry) argument
407 OverrideClientFieldsAfterCommit( const sync_pb::SyncEntity& committed_entry, const CommitResponse_EntryResponse& entry_response, syncable::MutableEntry* local_entry) argument
445 ProcessSuccessfulCommitResponse( const sync_pb::SyncEntity& committed_entry, const CommitResponse_EntryResponse& entry_response, const syncable::Id& pre_commit_id, syncable::MutableEntry* local_entry, bool syncing_was_set, set<syncable::Id>* deleted_folders) argument
[all...]

Completed in 126 milliseconds