Searched refs:autofill_migration_state (Results 1 – 4 of 4) sorted by relevance
539 syncable::AutofillMigrationState autofill_migration_state = in HasNotMigratedYet() local542 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()
395 update.bind_int(3, info.autofill_migration_state); in SaveChanges()598 info->kernel_info.autofill_migration_state = in LoadInfo()
283 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()
709 AutofillMigrationState autofill_migration_state; member