Searched refs:AUTOFILL_PROFILE (Results 1 – 16 of 16) sorted by relevance
/external/chromium/chrome/browser/sync/syncable/ |
D | model_type.cc | 39 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()
|
D | nigori_util.cc | 44 encrypted_types.insert(AUTOFILL_PROFILE); in GetEncryptedDataTypesFromNigori() 65 nigori->set_encrypt_autofill_profile(types.count(AUTOFILL_PROFILE) > 0); in FillNigoriEncryptedTypes()
|
D | model_type.h | 56 AUTOFILL_PROFILE, enumerator
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl_unittest.cc | 44 datatypes.push_back(syncable::AUTOFILL_PROFILE); in DefaultDatatypes() 133 syncable::AUTOFILL_PROFILE); in TEST_F()
|
D | js_sync_manager_observer_unittest.cc | 219 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()
|
D | profile_sync_service_autofill_unittest.cc | 145 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()
|
D | abstract_profile_sync_service_test.cc | 46 case syncable::AUTOFILL_PROFILE: in GetTagForType()
|
D | profile_sync_service.cc | 451 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/ |
D | autofill_profile_data_type_controller.cc | 23 return syncable::AUTOFILL_PROFILE; in type()
|
D | autofill_profile_model_associator.cc | 86 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()
|
D | autofill_profile_model_associator.h | 57 static syncable::ModelType model_type() { return syncable::AUTOFILL_PROFILE; } in model_type()
|
D | data_type_manager_impl.cc | 29 syncable::AUTOFILL_PROFILE,
|
D | autofill_profile_change_processor.cc | 293 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE, in AddAutofillProfileSyncNode()
|
D | sync_backend_host.cc | 394 if (types.count(syncable::AUTOFILL_PROFILE) != 0) { in ConfigureDataTypes()
|
/external/chromium/net/tools/testserver/ |
D | chromiumsync.py | 39 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/ |
D | syncapi.cc | 367 DCHECK_EQ(GetModelType(), syncable::AUTOFILL_PROFILE); in GetAutofillProfileSpecifics() 517 DCHECK_EQ(GetModelType(), syncable::AUTOFILL_PROFILE); in SetAutofillProfileSpecifics()
|