HomeSort by relevance Sort by last modified time
    Searched refs:AUTOFILL_PROFILE (Results 1 - 25 of 40) sorted by null

1 2

  /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 40 datatypes.push_back(syncer::AUTOFILL_PROFILE);
158 syncer::AUTOFILL_PROFILE);
profile_sync_service_autofill_unittest.cc 188 return syncer::AUTOFILL_PROFILE;
429 GetSyncableServiceForType(syncer::AUTOFILL_PROFILE)).
496 } else if (type == syncer::AUTOFILL_PROFILE) {
647 node.InitUniqueByCreation(syncer::AUTOFILL_PROFILE,
    [all...]
sync_prefs.cc 121 model_set.Put(syncer::AUTOFILL_PROFILE);
311 case syncer::AUTOFILL_PROFILE:
409 pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_PROFILE);
  /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; }
  /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 59 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
64 if (it.Get() == syncer::AUTOFILL_PROFILE || it.Get() == syncer::SESSIONS) {
73 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
76 syncer::AUTOFILL_PROFILE));
120 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
126 if (it.Get() == syncer::AUTOFILL_PROFILE ||
142 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
143 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:
143 case AUTOFILL_PROFILE:
260 return AUTOFILL_PROFILE;
459 case AUTOFILL_PROFILE:
512 case AUTOFILL_PROFILE:
602 return AUTOFILL_PROFILE;
707 case AUTOFILL_PROFILE:
761 const char kAutofillProfileNotificationType[] = "AUTOFILL_PROFILE";
815 case AUTOFILL_PROFILE:
897 *model_type = AUTOFILL_PROFILE;
    [all...]
nigori_util.cc 251 encrypted_types.Has(AUTOFILL_PROFILE));
285 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 35 return syncer::AUTOFILL_PROFILE;
  /external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
ModelType.java 28 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()) {
155 syncer::AUTOFILL_PROFILE, data_list,
219 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
275 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
340 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
386 syncer::AUTOFILL_PROFILE, data_list,
390 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
425 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 350 if ((modelTypeSelection & ModelTypeSelection.AUTOFILL_PROFILE) != 0) {
351 syncTypes.add(ModelType.AUTOFILL_PROFILE);

Completed in 612 milliseconds

1 2