Searched refs:AUTOFILL (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/sync/syncable/
H A Dsyncable_util_unittest.cc20 GenerateSyncableHash(AUTOFILL, "tag1"));
27 GenerateSyncableHash(AUTOFILL, "tag2"));
H A Dmodel_type.cc44 case AUTOFILL:
147 case AUTOFILL:
250 return AUTOFILL;
354 set.Put(AUTOFILL);
471 case AUTOFILL:
550 case AUTOFILL:
644 return AUTOFILL;
767 case AUTOFILL:
835 const char kAutofillNotificationType[] = "AUTOFILL";
877 case AUTOFILL
[all...]
H A Dsyncable_unittest.cc213 AddDefaultFieldValue(AUTOFILL, &autofill_specs);
215 ModelTypeSet types_to_purge(PREFERENCES, AUTOFILL);
219 dir()->SetDownloadProgress(AUTOFILL, BuildProgress(AUTOFILL));
228 dir()->SetDataTypeContext(&trans, AUTOFILL, BuildContext(AUTOFILL));
233 CreateTypeRoot(&trans, dir().get(), AUTOFILL);
262 MutableEntry item5(&trans, CREATE, AUTOFILL,
/external/chromium_org/components/sync_driver/
H A Duser_selectable_sync_type.h28 AUTOFILL = 3, enumerator in enum:browser_sync::user_selectable_type::UserSelectableSyncType
H A Dshared_change_processor_unittest.cc118 syncer::AUTOFILL,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_model_type_selection_android.h11 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL, 1<<0)
H A Dbackend_migrator_unittest.cc41 preferred_types_.Put(syncer::AUTOFILL);
130 difference.Put(syncer::AUTOFILL);
161 difference.Put(syncer::AUTOFILL);
211 to_migrate2.Put(syncer::AUTOFILL);
213 to_migrate_union.Put(syncer::AUTOFILL);
250 difference.Put(syncer::AUTOFILL);
275 to_migrate.Put(syncer::AUTOFILL);
H A Dprofile_sync_service_autofill_unittest.cc86 using syncer::AUTOFILL;
192 return syncer::AUTOFILL;
403 EXPECT_CALL(*factory, GetSyncableServiceForType(syncer::AUTOFILL)).
467 if (type == syncer::AUTOFILL) {
586 if (autofill_root.InitTypeRoot(syncer::AUTOFILL) != BaseNode::INIT_OK) {
595 node.InitUniqueByCreation(syncer::AUTOFILL, autofill_root, tag);
633 if (autofill_root.InitTypeRoot(syncer::AUTOFILL) != BaseNode::INIT_OK) {
836 MutableEntry parent(&trans, GET_TYPE_ROOT, syncer::AUTOFILL);
837 MutableEntry item(&trans, CREATE, syncer::AUTOFILL, parent.GetId(), tag);
916 StartSyncService(base::Closure(), true, syncer::AUTOFILL); member in class:syncer
[all...]
H A Dprofile_sync_components_factory_impl_unittest.cc52 datatypes.push_back(syncer::AUTOFILL);
159 TestSwitchDisablesType(syncer::ModelTypeSet(syncer::AUTOFILL));
H A Dprofile_sync_components_factory_impl.cc213 if (!disabled_types.Has(syncer::AUTOFILL)) {
216 this, profile_, MakeDisableCallbackFor(syncer::AUTOFILL)));
495 case syncer::AUTOFILL:
499 if (type == syncer::AUTOFILL) {
H A Dprofile_sync_service_android.cc355 if (types.Has(syncer::AUTOFILL)) {
356 model_type_selection |= AUTOFILL;
401 if (model_type_selection & AUTOFILL)
402 types.Put(syncer::AUTOFILL);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar_unittest.cc27 using syncer::AUTOFILL;
48 registrar_->ActivateDataType(AUTOFILL,
53 expected_routing_info[AUTOFILL] = syncer::GROUP_DB;
55 ExpectHasProcessorsForTypes(*registrar_, ModelTypeSet(AUTOFILL));
56 TriggerChanges(registrar_.get(), AUTOFILL);
146 const ModelTypeSet types1(BOOKMARKS, NIGORI, AUTOFILL);
153 expected_routing_info[AUTOFILL] = syncer::GROUP_PASSIVE;
224 TriggerChanges(registrar_.get(), AUTOFILL);
237 const ModelTypeSet types(AUTOFILL);
251 registrar_->DeactivateDataType(AUTOFILL);
[all...]
H A Dautofill_data_type_controller.cc37 return syncer::AUTOFILL;
/external/chromium_org/sync/sessions/
H A Dmodel_type_registry_unittest.cc83 routing_info.insert(std::make_pair(AUTOFILL, GROUP_DB));
96 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_PASSIVE));
103 routing_info2.insert(std::make_pair(AUTOFILL, GROUP_DB));
116 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
132 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
181 routing_info1.insert(std::make_pair(AUTOFILL, GROUP_DB));
/external/chromium_org/sync/util/
H A Ddata_type_histogram.h48 case ::syncer::AUTOFILL: \
/external/chromium_org/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc48 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
62 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
63 if (it.Get() == syncer::AUTOFILL) {
104 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
125 if (it.Get() == syncer::AUTOFILL) {
126 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
H A Dsync_errors_test.cc157 ASSERT_TRUE(GetClient(0)->DisableSyncForDatatype(syncer::AUTOFILL));
164 ASSERT_TRUE(GetClient(0)->EnableSyncForDatatype(syncer::AUTOFILL));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DProfileSyncService.java349 if ((modelTypeSelection & ModelTypeSelection.AUTOFILL) != 0) {
350 syncTypes.add(ModelType.AUTOFILL);
405 if (syncEverything || enabledTypes.contains(ModelType.AUTOFILL)) {
406 modelTypeSelection |= ModelTypeSelection.AUTOFILL;
/external/chromium_org/sync/engine/
H A Dget_updates_processor_unittest.cc33 AddUpdateHandler(AUTOFILL);
136 BuildInvalidationMap(AUTOFILL, 1, "autofill_payload"));
142 notified_types.Put(AUTOFILL);
344 autofill_handler_ = AddUpdateHandler(AUTOFILL);
348 return ModelTypeSet(AUTOFILL);
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc182 DCHECK_EQ(syncer::AUTOFILL, type);
192 DCHECK_EQ(type, syncer::AUTOFILL);
218 syncer::AUTOFILL);
296 flare_.Run(syncer::AUTOFILL);
H A Dautocomplete_syncable_service.h61 static syncer::ModelType model_type() { return syncer::AUTOFILL; }
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
H A DModelType.java25 AUTOFILL("AUTOFILL"), enum constant in enum:ModelType
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync_test.py321 chromiumsync.AUTOFILL: 15412,
346 chromiumsync.AUTOFILL: 15412,
369 chromiumsync.AUTOFILL: 412,
414 chromiumsync.AUTOFILL: 15213,
437 chromiumsync.AUTOFILL: 3000,
479 chromiumsync.AUTOFILL: 15412,
482 migrator.Bump([chromiumsync.AUTOFILL, chromiumsync.PASSWORD]) # v=3
489 self.assertEqual([chromiumsync.AUTOFILL], error.datatypes)
518 migrator.Bump([chromiumsync.THEME, chromiumsync.AUTOFILL]) # v=4
519 migrator.Bump([chromiumsync.AUTOFILL]) #
[all...]
/external/chromium_org/chrome/browser/extensions/api/preferences_private/
H A Dpreferences_private_apitest.cc88 type_set.Put(syncer::AUTOFILL);
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type.h64 AUTOFILL, enumerator in enum:syncer::ModelType

Completed in 4441 milliseconds

12