Home
last modified time | relevance | path

Searched defs:local_entry (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command.cc218 MutableEntry local_entry(trans, GET_BY_ID, pre_commit_id); in ProcessSingleCommitResponse() local
297 syncable::MutableEntry* local_entry) { in UpdateVersionAfterCommit()
333 syncable::MutableEntry* local_entry) { in ChangeIdAfterCommit()
359 syncable::MutableEntry* local_entry) { in UpdateServerFieldsAfterCommit()
410 syncable::MutableEntry* local_entry) { in OverrideClientFieldsAfterCommit()
448 const syncable::Id& pre_commit_id, syncable::MutableEntry* local_entry, in ProcessSuccessfulCommitResponse()
Dsyncer_util.cc159 syncable::Entry local_entry(trans, syncable::GET_BY_CLIENT_TAG, in FindLocalIdToUpdate() local
216 syncable::Entry local_entry(trans, GET_BY_ID, client_item_id); in FindLocalIdToUpdate() local
362 MutableEntry* local_entry) { in UpdateBookmarkSpecifics()
Dsyncer_proto_util.cc258 bool SyncerProtoUtil::Compare(const syncable::Entry& local_entry, in Compare()