Searched refs:property_to_set (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service.h | 381 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set,
|
D | profile_sync_service.cc | 1077 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set, in SetAutofillMigrationDebugInfo() argument 1080 backend_->SetAutofillMigrationDebugInfo(property_to_set, info); in SetAutofillMigrationDebugInfo()
|
/external/chromium/chrome/browser/sync/glue/ |
D | sync_backend_host.h | 192 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set,
|
D | sync_backend_host.cc | 307 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set, in SetAutofillMigrationDebugInfo() argument 309 return core_->syncapi()->SetAutofillMigrationDebugInfo(property_to_set, info); in SetAutofillMigrationDebugInfo()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncapi.h | 879 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set,
|
D | syncapi.cc | 1360 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set, in SetAutofillMigrationDebugInfo() argument 1369 property_to_set, info); in SetAutofillMigrationDebugInfo() 1649 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set, in SetAutofillMigrationDebugInfo() argument 1651 return data_->SetAutofillMigrationDebugInfo(property_to_set, info); in SetAutofillMigrationDebugInfo()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable.h | 779 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set,
|
D | syncable.cc | 805 AutofillMigrationDebugInfo::PropertyToSet property_to_set, in set_autofill_migration_state_debug_info() argument 809 switch (property_to_set) { in set_autofill_migration_state_debug_info()
|