Home
last modified time | relevance | path

Searched refs:SetAutofillMigrationState (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.cc296 void SyncBackendHost::SetAutofillMigrationState( in SetAutofillMigrationState() function in browser_sync::SyncBackendHost
298 return core_->syncapi()->SetAutofillMigrationState(state); in SetAutofillMigrationState()
319 SetAutofillMigrationState(syncable::INSUFFICIENT_INFO_TO_DETERMINE); in ConfigureAutofillMigration()
325 SetAutofillMigrationState(syncable::INSUFFICIENT_INFO_TO_DETERMINE); in ConfigureAutofillMigration()
334 SetAutofillMigrationState(syncable::NOT_MIGRATED); in ConfigureAutofillMigration()
343 SetAutofillMigrationState(syncable::NOT_MIGRATED); in ConfigureAutofillMigration()
Dautofill_model_associator.cc562 sync_service_->SetAutofillMigrationState( in HasNotMigratedYet()
572 sync_service_->SetAutofillMigrationState(syncable::MIGRATED); in HasNotMigratedYet()
Dsync_backend_host.h185 void SetAutofillMigrationState(
Dautofill_profile_model_associator.cc192 sync_service_->SetAutofillMigrationState( in AssociateModels()
/external/chromium/chrome/browser/sync/
Dtest_profile_sync_service.cc49 SetAutofillMigrationState(syncable::MIGRATED); in ConfigureDataTypes()
Dprofile_sync_service.h374 void SetAutofillMigrationState(
Dprofile_sync_service.cc1057 void ProfileSyncService::SetAutofillMigrationState( in SetAutofillMigrationState() function in ProfileSyncService
1060 backend_->SetAutofillMigrationState(state); in SetAutofillMigrationState()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h873 void SetAutofillMigrationState(
Dsyncapi.cc1349 void SetAutofillMigrationState(syncable::AutofillMigrationState state) { in SetAutofillMigrationState() function in sync_api::SyncManager::SyncInternal
1638 void SyncManager::SetAutofillMigrationState( in SetAutofillMigrationState() function in sync_api::SyncManager
1640 return data_->SetAutofillMigrationState(state); in SetAutofillMigrationState()