Home
last modified time | relevance | path

Searched refs:migration_history (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/tools/testserver/
Dchromiumsync.py401 def __init__(self, request, migration_history=None): argument
404 self._migration_history = migration_history or MigrationHistory()
579 self.migration_history = MigrationHistory()
669 self.migration_history.GetLatestVersion(datatype),
926 self.migration_history.CheckAllCurrent(
1079 versions_to_remap = self.migration_history.Bump(datatypes)
1681 update_sieve = UpdateSieve(update_request, self.account.migration_history)
Dchromiumsync_test.py35 chromiumsync.UpdateSieve(message, self.model.migration_history))