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

  /external/chromium_org/sync/syncable/
model_type.cc 98 case PRIORITY_PREFERENCES:
183 case PRIORITY_PREFERENCES:
304 return PRIORITY_PREFERENCES;
381 encryptable_user_types.Remove(PRIORITY_PREFERENCES);
397 return ModelTypeSet(DEVICE_INFO, PRIORITY_PREFERENCES);
456 result.Put(PRIORITY_PREFERENCES);
511 case PRIORITY_PREFERENCES:
584 case PRIORITY_PREFERENCES:
684 return PRIORITY_PREFERENCES;
807 case PRIORITY_PREFERENCES
    [all...]
  /external/chromium_org/sync/util/
data_type_histogram.h 102 case ::syncer::PRIORITY_PREFERENCES :\
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable.cc 48 priority_pref_sync_associator_(syncer::PRIORITY_PREFERENCES) {
135 } else if (type == syncer::PRIORITY_PREFERENCES) {
pref_model_associator.cc 25 using syncer::PRIORITY_PREFERENCES;
31 pref.GetDataType() == syncer::PRIORITY_PREFERENCES);
32 if (pref.GetDataType() == syncer::PRIORITY_PREFERENCES) {
42 if (type == syncer::PRIORITY_PREFERENCES) {
87 DCHECK(type_ == PREFERENCES || type_ == PRIORITY_PREFERENCES);
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 123 // PRIORITY_PREFERENCES is lumped together with PREFERENCES.
129 it.Get() == syncer::PRIORITY_PREFERENCES ||
156 syncer::PRIORITY_PREFERENCES));
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 323 if (!disabled_types.Has(syncer::PRIORITY_PREFERENCES)) {
328 syncer::PRIORITY_PREFERENCES,
462 case syncer::PRIORITY_PREFERENCES:
464 syncer::PRIORITY_PREFERENCES)->AsWeakPtr();
profile_sync_components_factory_impl_unittest.cc 62 datatypes.push_back(syncer::PRIORITY_PREFERENCES);
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 99 PRIORITY_PREFERENCES,
  /external/chromium_org/sync/internal_api/
sync_backup_manager.cc 32 HideSyncPreference(PRIORITY_PREFERENCES);
base_node.cc 281 DCHECK_EQ(GetModelType(), PRIORITY_PREFERENCES);
sync_manager_impl_unittest.cc 866 (*out)[PRIORITY_PREFERENCES] = GROUP_PASSIVE;
    [all...]
  /external/chromium_org/components/sync_driver/
sync_prefs.cc 338 case syncer::PRIORITY_PREFERENCES:
417 pref_groups_[syncer::PREFERENCES].Put(syncer::PRIORITY_PREFERENCES);
sync_prefs_unittest.cc 146 expected_preferred_types.Put(syncer::PRIORITY_PREFERENCES);
model_association_manager.cc 46 syncer::PRIORITY_PREFERENCES,
  /external/chromium_org/sync/tools/
sync_client.cc 389 model_types.Put(PRIORITY_PREFERENCES);

Completed in 311 milliseconds