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

  /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_service_autofill_unittest.cc 86 using syncer::AUTOFILL_PROFILE;
198 return syncer::AUTOFILL_PROFILE;
420 GetSyncableServiceForType(syncer::AUTOFILL_PROFILE)).
466 } else if (type == syncer::AUTOFILL_PROFILE) {
613 if (autofill_root.InitTypeRoot(AUTOFILL_PROFILE) != BaseNode::INIT_OK) {
619 node.InitUniqueByCreation(syncer::AUTOFILL_PROFILE,
675 if (autofill_root.InitTypeRoot(AUTOFILL_PROFILE) != BaseNode::INIT_OK) {
    [all...]
profile_sync_components_factory_impl_unittest.cc 51 datatypes.push_back(syncer::AUTOFILL_PROFILE);
162 syncer::ModelTypeSet(syncer::AUTOFILL_PROFILE, syncer::BOOKMARKS));
profile_sync_components_factory_impl.cc 206 if (!disabled_types.Has(syncer::AUTOFILL_PROFILE)) {
466 case syncer::AUTOFILL_PROFILE: {
profile_sync_service_android.cc 472 if (types.Has(syncer::AUTOFILL_PROFILE)) {
473 model_type_selection |= 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) {
base_node.cc 230 DCHECK_EQ(GetModelType(), AUTOFILL_PROFILE);
231 return GetEntitySpecifics().autofill_profile();
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 55 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
60 if (it.Get() == syncer::AUTOFILL_PROFILE || it.Get() == syncer::SESSIONS) {
70 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
73 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:
149 case AUTOFILL_PROFILE:
253 return AUTOFILL_PROFILE;
493 case AUTOFILL_PROFILE:
552 case AUTOFILL_PROFILE:
650 return AUTOFILL_PROFILE;
789 case AUTOFILL_PROFILE:
850 const char kAutofillProfileNotificationType[] = "AUTOFILL_PROFILE";
911 case AUTOFILL_PROFILE:
1005 *model_type = AUTOFILL_PROFILE;
    [all...]
nigori_util.cc 252 encrypted_types.Has(AUTOFILL_PROFILE));
288 encrypted_types.Put(AUTOFILL_PROFILE);
  /external/chromium_org/chrome/browser/sync/glue/
autofill_profile_data_type_controller.cc 37 return syncer::AUTOFILL_PROFILE;
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service_unittest.cc 8 #include "components/autofill/core/browser/autofill_profile.h"
262 syncer::AUTOFILL_PROFILE, data_list,
322 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
376 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
439 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
478 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
511 autofill_syncable_service_.GetAllSyncData(syncer::AUTOFILL_PROFILE);
514 EXPECT_EQ(guid_present1, data[0].GetSpecifics().autofill_profile().guid());
515 EXPECT_EQ(guid_present2, data[1].GetSpecifics().autofill_profile().guid());
516 EXPECT_EQ(kHttpOrigin, data[0].GetSpecifics().autofill_profile().origin())
    [all...]
autofill_profile_syncable_service.h 69 static syncer::ModelType model_type() { return syncer::AUTOFILL_PROFILE; }
170 AutofillProfile* autofill_profile);
175 AutofillProfile* autofill_profile);
autofill_profile_syncable_service.cc 12 #include "components/autofill/core/browser/autofill_profile.h"
198 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
210 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
229 syncer::AUTOFILL_PROFILE);
245 autofill_profile().guid();
279 flare_.Run(syncer::AUTOFILL_PROFILE);
488 DCHECK_EQ(syncer::AUTOFILL_PROFILE, data.GetDataType());
492 specifics.autofill_profile());
616 AutofillProfile* autofill_profile) {
617 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
ModelType.java 32 AUTOFILL_PROFILE("AUTOFILL_PROFILE"),
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 62 AUTOFILL_PROFILE,
  /external/chromium_org/components/sync_driver/
non_ui_data_type_controller_unittest.cc 31 using syncer::AUTOFILL_PROFILE;
110 return AUTOFILL_PROFILE;
405 AUTOFILL_PROFILE)));
sync_prefs.cc 131 model_set.Put(syncer::AUTOFILL_PROFILE);
300 case syncer::AUTOFILL_PROFILE:
412 pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_PROFILE);
sync_prefs_unittest.cc 142 expected_preferred_types.Put(syncer::AUTOFILL_PROFILE);
model_association_manager.cc 32 syncer::AUTOFILL_PROFILE,
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java 378 if ((modelTypeSelection & ModelTypeSelection.AUTOFILL_PROFILE) != 0) {
379 syncTypes.add(ModelType.AUTOFILL_PROFILE);
  /external/chromium_org/sync/tools/
sync_client.cc 380 model_types.Put(AUTOFILL_PROFILE);
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 71 AUTOFILL_PROFILE,
116 AUTOFILL_PROFILE: SYNC_TYPE_FIELDS['autofill_profile'],
509 parent_tag=ROOT_ID, sync_type=AUTOFILL_PROFILE),
    [all...]

Completed in 738 milliseconds