HomeSort by relevance Sort by last modified time
    Searched defs:autofill_migration_state (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 539 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/
syncable.h 709 AutofillMigrationState autofill_migration_state; member in struct:syncable::Directory::PersistedKernelInfo
    [all...]

Completed in 392 milliseconds