AUTOFILL          349 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java         if ((modelTypeSelection & ModelTypeSelection.AUTOFILL) != 0) {
AUTOFILL          350 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java             syncTypes.add(ModelType.AUTOFILL);
AUTOFILL          405 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java         if (syncEverything || enabledTypes.contains(ModelType.AUTOFILL)) {
AUTOFILL          406 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java             modelTypeSelection |= ModelTypeSelection.AUTOFILL;
AUTOFILL           82 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc     type_set.Put(syncer::AUTOFILL);
AUTOFILL           41 chrome/browser/sync/backend_migrator_unittest.cc     preferred_types_.Put(syncer::AUTOFILL);
AUTOFILL          130 chrome/browser/sync/backend_migrator_unittest.cc   difference.Put(syncer::AUTOFILL);
AUTOFILL          161 chrome/browser/sync/backend_migrator_unittest.cc   difference.Put(syncer::AUTOFILL);
AUTOFILL          211 chrome/browser/sync/backend_migrator_unittest.cc   to_migrate2.Put(syncer::AUTOFILL);
AUTOFILL          213 chrome/browser/sync/backend_migrator_unittest.cc   to_migrate_union.Put(syncer::AUTOFILL);
AUTOFILL          250 chrome/browser/sync/backend_migrator_unittest.cc   difference.Put(syncer::AUTOFILL);
AUTOFILL          275 chrome/browser/sync/backend_migrator_unittest.cc   to_migrate.Put(syncer::AUTOFILL);
AUTOFILL           38 chrome/browser/sync/glue/autofill_data_type_controller.cc   return syncer::AUTOFILL;
AUTOFILL          174 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc     EXPECT_EQ(type, syncer::AUTOFILL);
AUTOFILL          105 chrome/browser/sync/glue/shared_change_processor_unittest.cc     EXPECT_CALL(sync_factory_, GetSyncableServiceForType(syncer::AUTOFILL)).
AUTOFILL          111 chrome/browser/sync/glue/shared_change_processor_unittest.cc         syncer::AUTOFILL,
AUTOFILL          166 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc     enabled_types_.Put(syncer::AUTOFILL);
AUTOFILL           26 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc using syncer::AUTOFILL;
AUTOFILL           47 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc     registrar_->ActivateDataType(AUTOFILL,
AUTOFILL           52 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc     expected_routing_info[AUTOFILL] = syncer::GROUP_DB;
AUTOFILL           54 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc     ExpectHasProcessorsForTypes(*registrar_, ModelTypeSet(AUTOFILL));
AUTOFILL           55 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc     TriggerChanges(registrar_.get(), AUTOFILL);
AUTOFILL          156 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   const ModelTypeSet types1(BOOKMARKS, NIGORI, AUTOFILL);
AUTOFILL          163 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc     expected_routing_info[AUTOFILL] = syncer::GROUP_PASSIVE;
AUTOFILL          234 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   TriggerChanges(registrar_.get(), AUTOFILL);
AUTOFILL          247 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   const ModelTypeSet types(AUTOFILL);
AUTOFILL          261 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   registrar_->DeactivateDataType(AUTOFILL);
AUTOFILL          266 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   TriggerChanges(registrar_.get(), AUTOFILL);
AUTOFILL          173 chrome/browser/sync/profile_sync_components_factory_impl.cc   if (!disabled_types.Has(syncer::AUTOFILL)) {
AUTOFILL          481 chrome/browser/sync/profile_sync_components_factory_impl.cc     case syncer::AUTOFILL:
AUTOFILL          485 chrome/browser/sync/profile_sync_components_factory_impl.cc       if (type == syncer::AUTOFILL) {
AUTOFILL           46 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc     datatypes.push_back(syncer::AUTOFILL);
AUTOFILL          136 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc   TestSwitchDisablesType(syncer::ModelTypeSet(syncer::AUTOFILL));
AUTOFILL         1591 chrome/browser/sync/profile_sync_service.cc     browser_sync::user_selectable_type::AUTOFILL,
AUTOFILL          355 chrome/browser/sync/profile_sync_service_android.cc   if (types.Has(syncer::AUTOFILL)) {
AUTOFILL          356 chrome/browser/sync/profile_sync_service_android.cc     model_type_selection |= AUTOFILL;
AUTOFILL          401 chrome/browser/sync/profile_sync_service_android.cc   if (model_type_selection & AUTOFILL)
AUTOFILL          402 chrome/browser/sync/profile_sync_service_android.cc     types.Put(syncer::AUTOFILL);
AUTOFILL           91 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using syncer::AUTOFILL;
AUTOFILL          196 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   return syncer::AUTOFILL;
AUTOFILL          423 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     EXPECT_CALL(*factory, GetSyncableServiceForType(syncer::AUTOFILL)).
AUTOFILL          490 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     if (type == syncer::AUTOFILL) {
AUTOFILL          611 chrome/browser/sync/profile_sync_service_autofill_unittest.cc             syncer::ModelTypeToRootTag(syncer::AUTOFILL)) !=
AUTOFILL          621 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         node.InitUniqueByCreation(syncer::AUTOFILL, autofill_root, tag);
AUTOFILL          661 chrome/browser/sync/profile_sync_service_autofill_unittest.cc             syncer::ModelTypeToRootTag(syncer::AUTOFILL)) !=
AUTOFILL          867 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                           syncer::ModelTypeToRootTag(syncer::AUTOFILL));
AUTOFILL          868 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       MutableEntry item(&trans, CREATE, syncer::AUTOFILL, parent.GetId(), tag);
AUTOFILL          947 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(base::Closure(), true, syncer::AUTOFILL);
AUTOFILL          954 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   CreateRootHelper create_root(this, syncer::AUTOFILL);
AUTOFILL          956 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(create_root.callback(), false, syncer::AUTOFILL);
AUTOFILL          971 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   CreateRootHelper create_root(this, syncer::AUTOFILL);
AUTOFILL          973 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(create_root.callback(), false, syncer::AUTOFILL);
AUTOFILL         1018 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   CreateRootHelper create_root(this, syncer::AUTOFILL);
AUTOFILL         1020 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(create_root.callback(), false, syncer::AUTOFILL);
AUTOFILL         1047 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(add_autofill.callback(), false, syncer::AUTOFILL);
AUTOFILL         1081 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(add_autofill.callback(), false, syncer::AUTOFILL);
AUTOFILL         1227 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   CreateRootHelper create_root(this, syncer::AUTOFILL);
AUTOFILL         1228 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(create_root.callback(), false, syncer::AUTOFILL);
AUTOFILL         1284 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   CreateRootHelper create_root(this, syncer::AUTOFILL);
AUTOFILL         1285 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(create_root.callback(), false, syncer::AUTOFILL);
AUTOFILL         1317 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   CreateRootHelper create_root(this, syncer::AUTOFILL);
AUTOFILL         1318 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(create_root.callback(), false, syncer::AUTOFILL);
AUTOFILL         1379 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   CreateRootHelper create_root(this, syncer::AUTOFILL);
AUTOFILL         1380 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   StartSyncService(create_root.callback(), false, syncer::AUTOFILL);
AUTOFILL           11 chrome/browser/sync/profile_sync_service_model_type_selection_android.h DEFINE_MODEL_TYPE_SELECTION(AUTOFILL, 1<<0)
AUTOFILL           68 chrome/browser/sync/test/integration/enable_disable_test.cc     if (it.Get() == syncer::AUTOFILL) {
AUTOFILL          137 chrome/browser/sync/test/integration/enable_disable_test.cc     if (it.Get() == syncer::AUTOFILL) {
AUTOFILL          148 chrome/browser/sync/test/integration/sync_errors_test.cc     ASSERT_TRUE(GetClient(0)->DisableSyncForDatatype(syncer::AUTOFILL));
AUTOFILL          155 chrome/browser/sync/test/integration/sync_errors_test.cc     ASSERT_TRUE(GetClient(0)->EnableSyncForDatatype(syncer::AUTOFILL));
AUTOFILL          359 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   ASSERT_TRUE(GetClient(0)->DisableSyncForDatatype(syncer::AUTOFILL));
AUTOFILL          367 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   ASSERT_TRUE(GetClient(0)->EnableSyncForDatatype(syncer::AUTOFILL));
AUTOFILL          146 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc   GetClient(0)->DisableSyncForDatatype(syncer::AUTOFILL);
AUTOFILL          147 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc   GetClient(1)->EnableSyncForDatatype(syncer::AUTOFILL);
AUTOFILL           88 chrome/browser/ui/webui/sync_setup_handler_unittest.cc   result.SetBoolean("autofillSynced", types.Has(syncer::AUTOFILL));
AUTOFILL          135 chrome/browser/ui/webui/sync_setup_handler_unittest.cc   CheckBool(dictionary, "autofillSynced", types.Has(syncer::AUTOFILL));
AUTOFILL          182 chrome/browser/webdata/autocomplete_syncable_service.cc   DCHECK_EQ(syncer::AUTOFILL, type);
AUTOFILL          192 chrome/browser/webdata/autocomplete_syncable_service.cc   DCHECK_EQ(type, syncer::AUTOFILL);
AUTOFILL          218 chrome/browser/webdata/autocomplete_syncable_service.cc                             syncer::AUTOFILL);
AUTOFILL          296 chrome/browser/webdata/autocomplete_syncable_service.cc     flare_.Run(syncer::AUTOFILL);
AUTOFILL           61 chrome/browser/webdata/autocomplete_syncable_service.h   static syncer::ModelType model_type() { return syncer::AUTOFILL; }
AUTOFILL           31 components/sync_driver/model_association_manager.cc   syncer::AUTOFILL,
AUTOFILL          125 components/sync_driver/sync_prefs.cc   model_set.Put(syncer::AUTOFILL);
AUTOFILL          287 components/sync_driver/sync_prefs.cc     case syncer::AUTOFILL:
AUTOFILL          391 components/sync_driver/sync_prefs.cc   pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_PROFILE);
AUTOFILL          196 components/sync_driver/sync_prefs_unittest.cc     if (it.Get() == syncer::AUTOFILL) {
AUTOFILL           33 sync/engine/get_updates_processor_unittest.cc     AddUpdateHandler(AUTOFILL);
AUTOFILL          136 sync/engine/get_updates_processor_unittest.cc       BuildInvalidationMap(AUTOFILL, 1, "autofill_payload"));
AUTOFILL          142 sync/engine/get_updates_processor_unittest.cc   notified_types.Put(AUTOFILL);
AUTOFILL          344 sync/engine/get_updates_processor_unittest.cc     autofill_handler_ = AddUpdateHandler(AUTOFILL);
AUTOFILL          348 sync/engine/get_updates_processor_unittest.cc     return ModelTypeSet(AUTOFILL);
AUTOFILL          120 sync/engine/sync_scheduler_unittest.cc     routing_info_[AUTOFILL] = GROUP_DB;
AUTOFILL          299 sync/engine/sync_scheduler_unittest.cc   model_types.Put(AUTOFILL);
AUTOFILL          473 sync/engine/sync_scheduler_unittest.cc   const ModelTypeSet types1(BOOKMARKS), types2(AUTOFILL), types3(THEMES);
AUTOFILL          501 sync/engine/sync_scheduler_unittest.cc   ModelTypeSet types1(BOOKMARKS), types2(AUTOFILL), types3;
AUTOFILL          540 sync/engine/sync_scheduler_unittest.cc       BuildInvalidationMap(AUTOFILL, 10, "test2");
AUTOFILL          867 sync/engine/sync_scheduler_unittest.cc   const ModelTypeSet nudge_types(AUTOFILL);
AUTOFILL         4032 sync/engine/syncer_unittest.cc   EnableDatatype(AUTOFILL);
AUTOFILL         4044 sync/engine/syncer_unittest.cc   DisableDatatype(AUTOFILL);
AUTOFILL         4049 sync/engine/syncer_unittest.cc   EnableDatatype(AUTOFILL);
AUTOFILL          225 sync/internal_api/base_node.cc   DCHECK_EQ(GetModelType(), AUTOFILL);
AUTOFILL          117 sync/internal_api/sync_manager_impl.cc      case AUTOFILL:
AUTOFILL          274 sync/internal_api/sync_manager_impl_unittest.cc                          AUTOFILL, "collideme"));
AUTOFILL          291 sync/internal_api/sync_manager_impl_unittest.cc               autofillnode.InitByClientTagLookup(AUTOFILL,
AUTOFILL         1561 sync/internal_api/sync_manager_impl_unittest.cc   EXPECT_EQ(sync_manager_.GetNudgeDelayTimeDelta(AUTOFILL),
AUTOFILL         2518 sync/internal_api/sync_manager_impl_unittest.cc   ASSERT_FALSE(enabled_types.Has(AUTOFILL));
AUTOFILL         2524 sync/internal_api/sync_manager_impl_unittest.cc                                        ModelTypeToRootTag(AUTOFILL));
AUTOFILL         2529 sync/internal_api/sync_manager_impl_unittest.cc   ASSERT_FALSE(sync_manager_.InitialSyncEndedTypes().Has(AUTOFILL));
AUTOFILL         2534 sync/internal_api/sync_manager_impl_unittest.cc       GetSpecificsFieldNumberFromModelType(AUTOFILL));
AUTOFILL         2536 sync/internal_api/sync_manager_impl_unittest.cc   share->directory->SetDownloadProgress(AUTOFILL, autofill_marker);
AUTOFILL         2540 sync/internal_api/sync_manager_impl_unittest.cc   int autofill_meta = factory_.CreateUnappliedRootNode(AUTOFILL);
AUTOFILL         2567 sync/internal_api/sync_manager_impl_unittest.cc   EXPECT_TRUE(empty_tokens.Has(AUTOFILL));
AUTOFILL           75 sync/sessions/model_type_registry_unittest.cc   routing_info.insert(std::make_pair(AUTOFILL, GROUP_DB));
AUTOFILL           88 sync/sessions/model_type_registry_unittest.cc   routing_info1.insert(std::make_pair(AUTOFILL, GROUP_PASSIVE));
AUTOFILL           95 sync/sessions/model_type_registry_unittest.cc   routing_info2.insert(std::make_pair(AUTOFILL, GROUP_DB));
AUTOFILL          108 sync/sessions/model_type_registry_unittest.cc   routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
AUTOFILL          155 sync/sessions/model_type_registry_unittest.cc   routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
AUTOFILL           44 sync/syncable/model_type.cc     case AUTOFILL:
AUTOFILL          147 sync/syncable/model_type.cc     case AUTOFILL:
AUTOFILL          250 sync/syncable/model_type.cc     return AUTOFILL;
AUTOFILL          354 sync/syncable/model_type.cc   set.Put(AUTOFILL);
AUTOFILL          456 sync/syncable/model_type.cc     case AUTOFILL:
AUTOFILL          535 sync/syncable/model_type.cc     case AUTOFILL:
AUTOFILL          629 sync/syncable/model_type.cc     return AUTOFILL;
AUTOFILL          752 sync/syncable/model_type.cc     case AUTOFILL:
AUTOFILL          862 sync/syncable/model_type.cc     case AUTOFILL:
AUTOFILL          959 sync/syncable/model_type.cc     *model_type = AUTOFILL;
AUTOFILL          252 sync/syncable/nigori_util.cc   nigori->set_encrypt_autofill(encrypted_types.Has(AUTOFILL));
AUTOFILL          289 sync/syncable/nigori_util.cc     encrypted_types.Put(AUTOFILL);
AUTOFILL         1695 sync/syncable/syncable_unittest.cc   AddDefaultFieldValue(AUTOFILL, &autofill_specs);
AUTOFILL         1697 sync/syncable/syncable_unittest.cc   ModelTypeSet types_to_purge(PREFERENCES, AUTOFILL);
AUTOFILL         1707 sync/syncable/syncable_unittest.cc     CreateTypeRoot(&trans, dir_.get(), AUTOFILL);
AUTOFILL         1736 sync/syncable/syncable_unittest.cc     MutableEntry item5(&trans, CREATE, AUTOFILL,
AUTOFILL           20 sync/syncable/syncable_util_unittest.cc             GenerateSyncableHash(AUTOFILL, "tag1"));
AUTOFILL           27 sync/syncable/syncable_util_unittest.cc             GenerateSyncableHash(AUTOFILL, "tag2"));
AUTOFILL          298 sync/tools/sync_client.cc   model_types.Put(AUTOFILL);
AUTOFILL           48 sync/util/data_type_histogram.h       case ::syncer::AUTOFILL: \