Searched refs:ComputePrevIdFromServerPosition (Results 1 – 4 of 4) sorted by relevance
478 entry->ComputePrevIdFromServerPosition(entry->Get(SERVER_PARENT_ID)); in ServerAndLocalOrdersMatch()566 entry->ComputePrevIdFromServerPosition(entry->Get(SERVER_PARENT_ID)); in UpdateLocalDataFromServerData()
438 syncable::Id new_prev = local_entry->ComputePrevIdFromServerPosition( in OverrideClientFieldsAfterCommit()
431 Id ComputePrevIdFromServerPosition(const Id& parent_id) const;853 Id ComputePrevIdFromServerPosition(
1281 Id Entry::ComputePrevIdFromServerPosition(const Id& parent_id) const { in ComputePrevIdFromServerPosition() function in syncable::Entry1282 return dir()->ComputePrevIdFromServerPosition(kernel_, parent_id); in ComputePrevIdFromServerPosition()1765 Id Directory::ComputePrevIdFromServerPosition( in ComputePrevIdFromServerPosition() function in syncable::Directory