HomeSort by relevance Sort by last modified time
    Searched refs:migration_time (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/engine/
all_status.h 64 void SetKeystoreMigrationTime(const base::Time& migration_time);
all_status.cc 150 void AllStatus::SetKeystoreMigrationTime(const base::Time& migration_time) {
152 status_.keystore_migration_time = migration_time;
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.h 90 base::Time migration_time() const;
sync_encryption_handler_impl_unittest.cc 144 int64 migration_time,
151 if (migration_time > 0)
152 EXPECT_EQ(migration_time, nigori.keystore_migration_time());
193 int64 migration_time,
213 nigori.set_keystore_migration_time(migration_time);
236 void InitKeystoreMigratedNigori(int64 migration_time,
245 migration_time,
270 void InitCustomPassMigratedNigori(int64 migration_time,
278 migration_time,
    [all...]
sync_manager_impl.cc 399 sync_encryption_handler_->migration_time());
407 sync_encryption_handler_->migration_time());
    [all...]
sync_encryption_handler_impl.cc 773 base::Time SyncEncryptionHandlerImpl::migration_time() const { function in class:syncer::SyncEncryptionHandlerImpl
    [all...]

Completed in 344 milliseconds