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 175 enabled_types_.PutAll(syncer::ControlTypes());
252 types_to_add.PutAll(syncer::ControlTypes());
304 syncer::ControlTypes()));
306 syncer::ControlTypes()));
308 syncer::ControlTypes()).Empty());
315 syncer::ControlTypes()));
317 syncer::ControlTypes()));
319 syncer::ControlTypes()).Empty());
326 Difference(enabled_types_, syncer::ControlTypes())));
408 syncer::ModelTypeSet(syncer::ControlTypes())));
    [all...]
sync_backend_host_core.cc 205 syncer::ControlTypes(), syncer::ModelTypeSet());
499 if (!sync_manager_->InitialSyncEndedTypes().HasAll(syncer::ControlTypes())) {
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 178 // ControlTypes which are always enabled. Note that some of these share a
208 SYNC_EXPORT ModelTypeSet ControlTypes();
216 // user data types). These types are always enabled, and include ControlTypes().
220 // Those core types that have high priority (includes ControlTypes()).
  /external/chromium_org/sync/syncable/
model_type.cc 400 ModelTypeSet ControlTypes() {
419 return ControlTypes().Has(model_type);
436 result.PutAll(ControlTypes());
    [all...]
  /external/chromium_org/components/sync_driver/
data_type_manager_impl_unittest.cc 35 ModelTypeSet result = syncer::ControlTypes();
234 custom_priority_types_(syncer::ControlTypes()) {}
889 to_migrate.PutAll(syncer::ControlTypes());
    [all...]
data_type_manager_impl.cc 75 desired_types.PutAll(syncer::ControlTypes());
202 syncer::Union(syncer::UserTypes(), syncer::ControlTypes()),
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc 364 types.PutAll(syncer::ControlTypes());
profile_sync_service.cc     [all...]

Completed in 275 milliseconds