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

  /external/chromium_org/sync/engine/
apply_control_data_updates.cc 33 &trans, ToFullModelTypeSet(ControlTypes()), &handles);
40 ModelTypeSet control_types = ControlTypes();
71 CHECK(ControlTypes().Has(type));
apply_updates_and_resolve_conflicts_command.cc 66 FullModelTypeSet control_types = ToFullModelTypeSet(ControlTypes());
apply_control_data_updates_unittest.cc 50 ControlTypes());
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 151 enabled_types_.PutAll(syncer::ControlTypes());
219 types_to_add.PutAll(syncer::ControlTypes());
269 syncer::ControlTypes()));
271 syncer::ControlTypes()));
273 syncer::ControlTypes()).Empty());
280 syncer::ControlTypes()));
282 syncer::ControlTypes()));
284 syncer::ControlTypes()).Empty());
290 Difference(enabled_types_, syncer::ControlTypes())));
370 syncer::ModelTypeSet(syncer::ControlTypes())));
    [all...]
data_type_manager_impl.cc 158 syncer::Union(syncer::UserTypes(), syncer::ControlTypes()),
sync_backend_host.cc     [all...]
data_type_manager_impl_unittest.cc 824 to_migrate.PutAll(syncer::ControlTypes());
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 173 // ControlTypes which are always enabled. Note that some of these share a
203 SYNC_EXPORT ModelTypeSet ControlTypes();
211 // user data types). These types are always enabled, and include ControlTypes().
215 // Those core types that have high priority (includes ControlTypes()).
  /external/chromium_org/sync/syncable/
model_type.cc 386 ModelTypeSet ControlTypes() {
405 return ControlTypes().Has(model_type);
420 result.PutAll(ControlTypes());
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc 357 types.PutAll(syncer::ControlTypes());

Completed in 184 milliseconds