Home
last modified time | relevance | path

Searched refs:AUTOFILL_PROFILE (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc39 case AUTOFILL_PROFILE: in AddDefaultExtensionValue()
89 case AUTOFILL_PROFILE: in GetExtensionFieldNumberFromModelType()
164 return AUTOFILL_PROFILE; in GetModelTypeFromSpecifics()
209 case AUTOFILL_PROFILE: in ModelTypeToString()
251 return AUTOFILL_PROFILE; in ModelTypeFromString()
335 case AUTOFILL_PROFILE: in ModelTypeToRootTag()
368 case AUTOFILL_PROFILE: { in PostTimeToTypeHistogram()
452 case AUTOFILL_PROFILE: in RealModelTypeToNotificationType()
495 *model_type = AUTOFILL_PROFILE; in NotificationTypeToRealModelType()
Dnigori_util.cc44 encrypted_types.insert(AUTOFILL_PROFILE); in GetEncryptedDataTypesFromNigori()
65 nigori->set_encrypt_autofill_profile(types.count(AUTOFILL_PROFILE) > 0); in FillNigoriEncryptedTypes()
Dmodel_type.h56 AUTOFILL_PROFILE, enumerator
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl_unittest.cc44 datatypes.push_back(syncable::AUTOFILL_PROFILE); in DefaultDatatypes()
133 syncable::AUTOFILL_PROFILE); in TEST_F()
Djs_sync_manager_observer_unittest.cc219 for (int i = syncable::AUTOFILL_PROFILE; in TEST_F()
250 for (int i = syncable::AUTOFILL_PROFILE; in TEST_F()
268 for (int i = syncable::AUTOFILL_PROFILE; in TEST_F()
Dprofile_sync_service_autofill_unittest.cc145 return syncable::AUTOFILL_PROFILE; in GetModelType()
263 } else if (type == syncable::AUTOFILL_PROFILE) { in GetFactory()
364 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE, in AddAutofillSyncNode()
688 CreateRootTask task(this, syncable::AUTOFILL_PROFILE); in TEST_F()
689 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); in TEST_F()
811 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); in TEST_F()
852 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); in TEST_F()
897 CreateRootTask task(this, syncable::AUTOFILL_PROFILE); in TEST_F()
898 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); in TEST_F()
1006 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); in TEST_F()
Dabstract_profile_sync_service_test.cc46 case syncable::AUTOFILL_PROFILE: in GetTagForType()
Dprofile_sync_service.cc451 case syncable::AUTOFILL_PROFILE: in GetPrefNameForDataType()
921 if (model_type == syncable::AUTOFILL_PROFILE) in GetPreferredDataTypes()
932 if (!registered_types.count(syncable::AUTOFILL_PROFILE)) in GetPreferredDataTypes()
934 preferred_types->insert(syncable::AUTOFILL_PROFILE); in GetPreferredDataTypes()
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_data_type_controller.cc23 return syncable::AUTOFILL_PROFILE; in type()
Dautofill_profile_model_associator.cc86 if (node.InitByClientTagLookup(syncable::AUTOFILL_PROFILE, guid) && in TraverseAndAssociateChromeAutofillProfiles()
338 syncable::AUTOFILL_PROFILE, autofill_root, profile.guid())) { in MakeNewAutofillProfileSyncNodeIfNeeded()
512 return encrypted_types.count(syncable::AUTOFILL_PROFILE) == 0 || in CryptoReadyIfNecessary()
Dautofill_profile_model_associator.h57 static syncable::ModelType model_type() { return syncable::AUTOFILL_PROFILE; } in model_type()
Ddata_type_manager_impl.cc29 syncable::AUTOFILL_PROFILE,
Dautofill_profile_change_processor.cc293 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE, in AddAutofillProfileSyncNode()
Dsync_backend_host.cc394 if (types.count(syncable::AUTOFILL_PROFILE) != 0) { in ConfigureDataTypes()
/external/chromium/net/tools/testserver/
Dchromiumsync.py39 AUTOFILL_PROFILE,
57 AUTOFILL_PROFILE: autofill_specifics_pb2.autofill_profile,
254 parent_tag='google_chrome', sync_type=AUTOFILL_PROFILE),
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc367 DCHECK_EQ(GetModelType(), syncable::AUTOFILL_PROFILE); in GetAutofillProfileSpecifics()
517 DCHECK_EQ(GetModelType(), syncable::AUTOFILL_PROFILE); in SetAutofillProfileSpecifics()