Home
last modified time | relevance | path

Searched refs:current_types (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sync/sessions/
Dmodel_type_registry_unittest.cc191 ModelTypeSet current_types; in TEST_F() local
200 current_types.Put(syncer::THEMES); in TEST_F()
201 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types)); in TEST_F()
205 current_types.PutAll(GetRoutingInfoTypes(routing_info1)); in TEST_F()
206 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types)); in TEST_F()
214 current_types.Put(syncer::SESSIONS); in TEST_F()
215 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types)); in TEST_F()
219 current_types.Remove(syncer::THEMES); in TEST_F()
220 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types)); in TEST_F()
225 current_types.RemoveAll(GetRoutingInfoTypes(routing_info1)); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_impl.cc394 syncer::ModelTypeSet current_types = registrar_->GetLastConfiguredTypes(); in ConfigureDataTypes() local
396 syncer::Difference(syncer::ModelTypeSet::All(), current_types); in ConfigureDataTypes()
410 DCHECK(syncer::Intersection(current_types, fatal_types).Empty()); in ConfigureDataTypes()
411 DCHECK(syncer::Intersection(current_types, crypto_types).Empty()); in ConfigureDataTypes()
412 DCHECK(current_types.HasAll(types_to_download)); in ConfigureDataTypes()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc1746 const syncer::ModelTypeSet current_types = GetPreferredDataTypes(); in UpdateSelectedTypesHistogram() local
1757 (!HasSyncSetupCompleted() || !current_types.Has(type))) { in UpdateSelectedTypesHistogram()