Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dautofill_model_associator.cc539 syncable::AutofillMigrationState autofill_migration_state = in HasNotMigratedYet() local
542 DCHECK_NE(autofill_migration_state, syncable::NOT_DETERMINED); in HasNotMigratedYet()
544 if (autofill_migration_state== syncable::NOT_DETERMINED) { in HasNotMigratedYet()
549 if (autofill_migration_state == syncable::NOT_MIGRATED) { in HasNotMigratedYet()
553 if (autofill_migration_state == syncable::INSUFFICIENT_INFO_TO_DETERMINE) { in HasNotMigratedYet()
/external/chromium/chrome/browser/sync/syncable/
Ddirectory_backing_store.cc395 update.bind_int(3, info.autofill_migration_state); in SaveChanges()
598 info->kernel_info.autofill_migration_state = in LoadInfo()
Dsyncable.cc283 autofill_migration_state = NOT_DETERMINED; in PersistedKernelInfo()
787 return kernel_->persisted_info.autofill_migration_state; in get_autofill_migration_state()
841 if (state == kernel_->persisted_info.autofill_migration_state) { in set_autofill_migration_state()
844 kernel_->persisted_info.autofill_migration_state = state; in set_autofill_migration_state()
Dsyncable.h709 AutofillMigrationState autofill_migration_state; member