Searched refs:current_types (Results 1 – 3 of 3) sorted by relevance
191 ModelTypeSet current_types; in TEST_F() local200 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 …]
394 syncer::ModelTypeSet current_types = registrar_->GetLastConfiguredTypes(); in ConfigureDataTypes() local396 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()
1746 const syncer::ModelTypeSet current_types = GetPreferredDataTypes(); in UpdateSelectedTypesHistogram() local1757 (!HasSyncSetupCompleted() || !current_types.Has(type))) { in UpdateSelectedTypesHistogram()