/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_model_type_selection_android.h | 21 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL_PROFILE, 1<<5)
|
profile_sync_components_factory_impl_unittest.cc | 42 datatypes.push_back(syncer::AUTOFILL_PROFILE); 161 syncer::AUTOFILL_PROFILE);
|
profile_sync_service_autofill_unittest.cc | 191 return syncer::AUTOFILL_PROFILE; 434 GetSyncableServiceForType(syncer::AUTOFILL_PROFILE)). 500 } else if (type == syncer::AUTOFILL_PROFILE) { 651 node.InitUniqueByCreation(syncer::AUTOFILL_PROFILE, [all...] |
/external/chromium_org/sync/internal_api/ |
js_mutation_event_observer_unittest.cc | 50 for (int i = AUTOFILL_PROFILE; i < MODEL_TYPE_COUNT; ++i) { 70 for (int i = AUTOFILL_PROFILE; i < MODEL_TYPE_COUNT; ++i) { 87 for (int i = AUTOFILL_PROFILE; i < MODEL_TYPE_COUNT; ++i) {
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_data_type_controller.cc | 23 return syncable::AUTOFILL_PROFILE; 28 return "autofill_profile";
|
autofill_profile_model_associator.h | 57 static syncable::ModelType model_type() { return syncable::AUTOFILL_PROFILE; }
|
autofill_profile_model_associator.cc | 86 if (node.InitByClientTagLookup(syncable::AUTOFILL_PROFILE, guid) && 338 syncable::AUTOFILL_PROFILE, autofill_root, profile.guid())) { 512 return encrypted_types.count(syncable::AUTOFILL_PROFILE) == 0 ||
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.cc | 39 case AUTOFILL_PROFILE: 40 specifics->MutableExtension(sync_pb::autofill_profile); 89 case AUTOFILL_PROFILE: 163 if (specifics.HasExtension(sync_pb::autofill_profile)) 164 return AUTOFILL_PROFILE; 209 case AUTOFILL_PROFILE: 251 return AUTOFILL_PROFILE; 335 case AUTOFILL_PROFILE: 368 case AUTOFILL_PROFILE: { 416 const char kAutofillProfileNotificationType[] = "AUTOFILL_PROFILE"; [all...] |
model_type.h | 56 AUTOFILL_PROFILE,
|
nigori_util.cc | 44 encrypted_types.insert(AUTOFILL_PROFILE); 65 nigori->set_encrypt_autofill_profile(types.count(AUTOFILL_PROFILE) > 0);
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
enable_disable_test.cc | 58 // AUTOFILL_PROFILE is lumped together with AUTOFILL. 63 if (it.Get() == syncer::AUTOFILL_PROFILE || it.Get() == syncer::SESSIONS) { 72 // AUTOFILL_PROFILE is lumped together with AUTOFILL. 75 syncer::AUTOFILL_PROFILE)); 119 // AUTOFILL_PROFILE is lumped together with AUTOFILL. 125 if (it.Get() == syncer::AUTOFILL_PROFILE || 141 // AUTOFILL_PROFILE is lumped together with AUTOFILL. 142 ASSERT_FALSE(DoesTopLevelNodeExist(user_share, syncer::AUTOFILL_PROFILE));
|
/external/chromium_org/sync/util/ |
data_type_histogram.h | 51 case ::syncer::AUTOFILL_PROFILE: \
|
/external/chromium_org/sync/syncable/ |
model_type.cc | 47 case AUTOFILL_PROFILE: 149 case AUTOFILL_PROFILE: 268 return AUTOFILL_PROFILE; 475 case AUTOFILL_PROFILE: 530 case AUTOFILL_PROFILE: 624 return AUTOFILL_PROFILE; 735 case AUTOFILL_PROFILE: 792 const char kAutofillProfileNotificationType[] = "AUTOFILL_PROFILE"; 850 case AUTOFILL_PROFILE: 938 *model_type = AUTOFILL_PROFILE; [all...] |
nigori_util.cc | 251 encrypted_types.Has(AUTOFILL_PROFILE)); 287 encrypted_types.Put(AUTOFILL_PROFILE);
|
/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl_unittest.cc | 44 datatypes.push_back(syncable::AUTOFILL_PROFILE); 133 syncable::AUTOFILL_PROFILE);
|
js_sync_manager_observer_unittest.cc | 219 for (int i = syncable::AUTOFILL_PROFILE; 250 for (int i = syncable::AUTOFILL_PROFILE; 268 for (int i = syncable::AUTOFILL_PROFILE;
|
abstract_profile_sync_service_test.cc | 46 case syncable::AUTOFILL_PROFILE:
|
profile_sync_service_autofill_unittest.cc | 145 return syncable::AUTOFILL_PROFILE; 263 } else if (type == syncable::AUTOFILL_PROFILE) { 364 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE, 688 CreateRootTask task(this, syncable::AUTOFILL_PROFILE); 689 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); 811 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); 852 StartSyncService(&task, false, syncable::AUTOFILL_PROFILE); [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
autofill_profile_data_type_controller.cc | 36 return syncer::AUTOFILL_PROFILE;
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ |
ModelType.java | 29 AUTOFILL_PROFILE("AUTOFILL_PROFILE"),
|
/external/chromium_org/sync/internal_api/public/base/ |
model_type.h | 62 AUTOFILL_PROFILE,
|
/external/chromium_org/chrome/browser/webdata/ |
autofill_profile_syncable_service_unittest.cc | 9 #include "components/autofill/core/browser/autofill_profile.h" 66 if (passed->sync_data().GetSpecifics().autofill_profile().guid() != 67 expected->sync_data().GetSpecifics().autofill_profile().guid()) { 162 syncer::AUTOFILL_PROFILE, data_list, 226 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE); 282 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE); 347 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE); 393 syncer::AUTOFILL_PROFILE, data_list, 397 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE); 432 autofill_syncable_service_.GetAllSyncData(syncer::AUTOFILL_PROFILE); [all...] |
autofill_profile_syncable_service.h | 63 static syncer::ModelType model_type() { return syncer::AUTOFILL_PROFILE; } 167 autofill::AutofillProfile* autofill_profile); 172 autofill::AutofillProfile* autofill_profile);
|
autofill_profile_syncable_service.cc | 12 #include "components/autofill/core/browser/autofill_profile.h" 203 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE); 215 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE); 234 syncer::AUTOFILL_PROFILE); 250 autofill_profile().guid(); 284 flare_.Run(syncer::AUTOFILL_PROFILE); 445 DCHECK_EQ(syncer::AUTOFILL_PROFILE, data.GetDataType()); 449 specifics.autofill_profile()); 571 AutofillProfile* autofill_profile) { 572 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/ |
ProfileSyncService.java | 352 if ((modelTypeSelection & ModelTypeSelection.AUTOFILL_PROFILE) != 0) { 353 syncTypes.add(ModelType.AUTOFILL_PROFILE);
|