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

  /external/chromium_org/sync/internal_api/test/
sync_manager_for_profile_sync_test.cc 29 early_download_types.PutAll(ControlTypes());
  /external/chromium_org/sync/engine/
apply_control_data_updates.cc 32 &trans, ToFullModelTypeSet(ControlTypes()), &handles);
39 ModelTypeSet control_types = ControlTypes();
68 CHECK(ControlTypes().Has(type));
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl_unittest.cc 173 enabled_types_.PutAll(syncer::ControlTypes());
245 types_to_add.PutAll(syncer::ControlTypes());
297 syncer::ControlTypes()));
299 syncer::ControlTypes()));
301 syncer::ControlTypes()).Empty());
308 syncer::ControlTypes()));
310 syncer::ControlTypes()));
312 syncer::ControlTypes()).Empty());
318 Difference(enabled_types_, syncer::ControlTypes())));
398 syncer::ModelTypeSet(syncer::ControlTypes())));
    [all...]
sync_backend_host_core.cc 203 syncer::ControlTypes(), syncer::ModelTypeSet());
471 if (!sync_manager_->InitialSyncEndedTypes().HasAll(syncer::ControlTypes())) {
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 182 // ControlTypes which are always enabled. Note that some of these share a
212 SYNC_EXPORT ModelTypeSet ControlTypes();
220 // user data types). These types are always enabled, and include ControlTypes().
224 // Those core types that have high priority (includes ControlTypes()).
  /external/chromium_org/sync/syncable/
model_type.cc 397 ModelTypeSet ControlTypes() {
416 return ControlTypes().Has(model_type);
433 result.PutAll(ControlTypes());
    [all...]
  /external/chromium_org/components/sync_driver/
data_type_manager_impl_unittest.cc 44 syncer::ModelTypeSet result = syncer::ControlTypes();
163 custom_priority_types_(syncer::ControlTypes()) {}
797 to_migrate.PutAll(syncer::ControlTypes());
    [all...]
data_type_manager_impl.cc 78 desired_types.PutAll(syncer::ControlTypes());
180 syncer::Union(syncer::UserTypes(), syncer::ControlTypes()),
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc 351 types.PutAll(syncer::ControlTypes());
profile_sync_service.cc     [all...]

Completed in 307 milliseconds