Home
last modified time | relevance | path

Searched refs:ComputePrevIdFromServerPosition (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncer_util.cc478 entry->ComputePrevIdFromServerPosition(entry->Get(SERVER_PARENT_ID)); in ServerAndLocalOrdersMatch()
566 entry->ComputePrevIdFromServerPosition(entry->Get(SERVER_PARENT_ID)); in UpdateLocalDataFromServerData()
Dprocess_commit_response_command.cc438 syncable::Id new_prev = local_entry->ComputePrevIdFromServerPosition( in OverrideClientFieldsAfterCommit()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable.h431 Id ComputePrevIdFromServerPosition(const Id& parent_id) const;
853 Id ComputePrevIdFromServerPosition(
Dsyncable.cc1281 Id Entry::ComputePrevIdFromServerPosition(const Id& parent_id) const { in ComputePrevIdFromServerPosition() function in syncable::Entry
1282 return dir()->ComputePrevIdFromServerPosition(kernel_, parent_id); in ComputePrevIdFromServerPosition()
1765 Id Directory::ComputePrevIdFromServerPosition( in ComputePrevIdFromServerPosition() function in syncable::Directory