Searched defs:autofill_migration_state (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_model_associator.cc539 syncable::AutofillMigrationState autofill_migration_state = local
542 DCHECK_NE(autofill_migration_state, syncable::NOT_DETERMINED);
544 if (autofill_migration_state== syncable::NOT_DETERMINED) {
549 if (autofill_migration_state == syncable::NOT_MIGRATED) {
553 if (autofill_migration_state == syncable::INSUFFICIENT_INFO_TO_DETERMINE) {
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.h709 AutofillMigrationState autofill_migration_state; member in struct:syncable::Directory::PersistedKernelInfo

Completed in 51 milliseconds