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

  /external/chromium_org/sync/syncable/
model_type.cc 95 case PRIORITY_PREFERENCES:
195 case PRIORITY_PREFERENCES:
316 return PRIORITY_PREFERENCES;
384 encryptable_user_types.Remove(PRIORITY_PREFERENCES);
397 return ModelTypeSet(PRIORITY_PREFERENCES);
491 case PRIORITY_PREFERENCES:
562 case PRIORITY_PREFERENCES:
656 return PRIORITY_PREFERENCES;
751 case PRIORITY_PREFERENCES:
871 case PRIORITY_PREFERENCES
    [all...]
  /external/chromium_org/sync/util/
data_type_histogram.h 99 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 122 // PRIORITY_PREFERENCES is lumped together with PREFERENCES.
128 it.Get() == syncer::PRIORITY_PREFERENCES ||
155 syncer::PRIORITY_PREFERENCES));
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 95 PRIORITY_PREFERENCES,
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 260 new UIDataTypeController(syncer::PRIORITY_PREFERENCES,
368 case syncer::PRIORITY_PREFERENCES:
370 syncer::PRIORITY_PREFERENCES)->AsWeakPtr();
profile_sync_components_factory_impl_unittest.cc 52 datatypes.push_back(syncer::PRIORITY_PREFERENCES);
sync_prefs_unittest.cc 146 expected_preferred_types.Put(syncer::PRIORITY_PREFERENCES);
sync_prefs.cc 338 case syncer::PRIORITY_PREFERENCES:
404 pref_groups_[syncer::PREFERENCES].Put(syncer::PRIORITY_PREFERENCES);
  /external/chromium_org/sync/internal_api/
base_node.cc 339 DCHECK_EQ(GetModelType(), PRIORITY_PREFERENCES);
sync_manager_impl_unittest.cc 877 (*out)[PRIORITY_PREFERENCES] = GROUP_PASSIVE;
    [all...]
  /external/chromium_org/sync/tools/
sync_client.cc 310 model_types.Put(PRIORITY_PREFERENCES);
  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 46 syncer::PRIORITY_PREFERENCES,

Completed in 81 milliseconds