Home
last modified time | relevance | path

Searched refs:PRIORITY_PREFERENCES (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/sync/syncable/
Dmodel_type.cc98 case PRIORITY_PREFERENCES: in AddDefaultFieldValue()
183 case PRIORITY_PREFERENCES: in GetSpecificsFieldNumberFromModelType()
304 return PRIORITY_PREFERENCES; in GetModelTypeFromSpecifics()
381 encryptable_user_types.Remove(PRIORITY_PREFERENCES); in EncryptableUserTypes()
397 return ModelTypeSet(DEVICE_INFO, PRIORITY_PREFERENCES); in PriorityUserTypes()
456 result.Put(PRIORITY_PREFERENCES); in BackupTypes()
511 case PRIORITY_PREFERENCES: in ModelTypeToString()
584 case PRIORITY_PREFERENCES: in ModelTypeToHistogramInt()
684 return PRIORITY_PREFERENCES; in ModelTypeFromString()
807 case PRIORITY_PREFERENCES: in ModelTypeToRootTag()
[all …]
/external/chromium_org/chrome/browser/prefs/
Dpref_service_syncable.cc48 priority_pref_sync_associator_(syncer::PRIORITY_PREFERENCES) { in PrefServiceSyncable()
135 } else if (type == syncer::PRIORITY_PREFERENCES) { in GetSyncableService()
Dpref_model_associator.cc25 using syncer::PRIORITY_PREFERENCES;
31 pref.GetDataType() == syncer::PRIORITY_PREFERENCES); in GetSpecifics()
32 if (pref.GetDataType() == syncer::PRIORITY_PREFERENCES) { in GetSpecifics()
42 if (type == syncer::PRIORITY_PREFERENCES) { in GetMutableSpecifics()
87 DCHECK(type_ == PREFERENCES || type_ == PRIORITY_PREFERENCES); in PrefModelAssociator()
/external/chromium_org/chrome/browser/sync/test/integration/
Denable_disable_test.cc129 it.Get() == syncer::PRIORITY_PREFERENCES || in IN_PROC_BROWSER_TEST_F()
156 syncer::PRIORITY_PREFERENCES)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_impl.cc323 if (!disabled_types.Has(syncer::PRIORITY_PREFERENCES)) { in RegisterDesktopDataTypes()
328 syncer::PRIORITY_PREFERENCES, in RegisterDesktopDataTypes()
462 case syncer::PRIORITY_PREFERENCES: in GetSyncableServiceForType()
464 syncer::PRIORITY_PREFERENCES)->AsWeakPtr(); in GetSyncableServiceForType()
Dprofile_sync_components_factory_impl_unittest.cc62 datatypes.push_back(syncer::PRIORITY_PREFERENCES); in DefaultDatatypes()
/external/chromium_org/sync/util/
Ddata_type_histogram.h102 case ::syncer::PRIORITY_PREFERENCES :\
/external/chromium_org/sync/internal_api/public/base/
Dmodel_type.h99 PRIORITY_PREFERENCES, enumerator
/external/chromium_org/sync/internal_api/
Dsync_backup_manager.cc32 HideSyncPreference(PRIORITY_PREFERENCES); in Init()
Dbase_node.cc281 DCHECK_EQ(GetModelType(), PRIORITY_PREFERENCES); in GetPriorityPreferenceSpecifics()
Dsync_manager_impl_unittest.cc866 (*out)[PRIORITY_PREFERENCES] = GROUP_PASSIVE; in GetModelSafeRoutingInfo()
/external/chromium_org/components/sync_driver/
Dsync_prefs.cc338 case syncer::PRIORITY_PREFERENCES: in GetPrefNameForDataType()
417 pref_groups_[syncer::PREFERENCES].Put(syncer::PRIORITY_PREFERENCES); in RegisterPrefGroups()
Dsync_prefs_unittest.cc146 expected_preferred_types.Put(syncer::PRIORITY_PREFERENCES); in TEST_F()
Dmodel_association_manager.cc46 syncer::PRIORITY_PREFERENCES,
/external/chromium_org/sync/tools/
Dsync_client.cc389 model_types.Put(PRIORITY_PREFERENCES); in SyncClientMain()