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

  /external/chromium/chrome/browser/sync/syncable/
autofill_migration.h 16 // The autofill profile is not migrated. Current sync should migrate the data
21 // We have migrated the autofill profile data. From now on autofill and
23 MIGRATED,
27 // someother client had migrated the data already then our new state after
28 // first sync would be MIGRATED. Else we would be responsible for migrating
syncable.cc 845 if (state == MIGRATED) {
    [all...]
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 49 SetAutofillMigrationState(syncable::MIGRATED);
sync_ui_util.cc 422 "Autofill Migrated",
424 syncable::MIGRATED);
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 188 syncable::MIGRATED) {
566 << "Current autofill migration state is NOT Migrated because"
572 sync_service_->SetAutofillMigrationState(syncable::MIGRATED);
575 << "Current autofill migration state is migrated.";
autofill_profile_model_associator.cc 185 syncable::MIGRATED) {
193 syncable::MIGRATED);

Completed in 437 milliseconds