Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dautofill_model_associator.cc187 if (sync_service_->GetAutofillMigrationState() != in AssociateModels()
540 sync_service_->GetAutofillMigrationState(); in HasNotMigratedYet()
Dsync_backend_host.cc292 SyncBackendHost::GetAutofillMigrationState() { in GetAutofillMigrationState() function in browser_sync::SyncBackendHost
293 return core_->syncapi()->GetAutofillMigrationState(); in GetAutofillMigrationState()
313 if (GetAutofillMigrationState() == syncable::NOT_DETERMINED) { in ConfigureAutofillMigration()
Dsync_backend_host.h183 GetAutofillMigrationState();
Dautofill_profile_model_associator.cc184 if (sync_service_->GetAutofillMigrationState() != in AssociateModels()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service.h372 GetAutofillMigrationState();
Dsync_ui_util.cc423 service->GetAutofillMigrationState() == in ConstructAboutInformation()
Dprofile_sync_service.cc1049 ProfileSyncService::GetAutofillMigrationState() { in GetAutofillMigrationState() function in ProfileSyncService
1051 return backend_->GetAutofillMigrationState(); in GetAutofillMigrationState()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h871 syncable::AutofillMigrationState GetAutofillMigrationState();
Dsyncapi.cc1339 syncable::AutofillMigrationState GetAutofillMigrationState() { in GetAutofillMigrationState() function in sync_api::SyncManager::SyncInternal
1634 SyncManager::GetAutofillMigrationState() { in GetAutofillMigrationState() function in sync_api::SyncManager
1635 return data_->GetAutofillMigrationState(); in GetAutofillMigrationState()