Searched defs:GetAutofillMigrationState (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc1049 ProfileSyncService::GetAutofillMigrationState() { function in class:ProfileSyncService
1051 return backend_->GetAutofillMigrationState();
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc292 SyncBackendHost::GetAutofillMigrationState() { function in class:browser_sync::SyncBackendHost
293 return core_->syncapi()->GetAutofillMigrationState();
313 if (GetAutofillMigrationState() == syncable::NOT_DETERMINED) {
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc1339 syncable::AutofillMigrationState GetAutofillMigrationState() { function in class:sync_api::SyncManager::SyncInternal
1634 SyncManager::GetAutofillMigrationState() { function in class:sync_api::SyncManager
1635 return data_->GetAutofillMigrationState();

Completed in 83 milliseconds