Home | History | Annotate | Download | only in glue

Lines Matching refs:new_types

474   syncer::ModelTypeSet new_types(syncer::EXTENSIONS,
476 enabled_types_.PutAll(new_types);
484 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
513 syncer::ModelTypeSet new_types(syncer::EXTENSIONS,
515 enabled_types_.PutAll(new_types);
524 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
542 syncer::ModelTypeSet new_types(syncer::APP_SETTINGS,
544 enabled_types_.PutAll(new_types);
553 enabled_types_).Equals(new_types));
560 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
582 syncer::ModelTypeSet new_types(syncer::APP_SETTINGS,
584 enabled_types_.PutAll(new_types);
595 enabled_types_).Equals(Union(new_types, Difference(
604 Union(new_types, partial_types)));
630 syncer::ModelTypeSet new_types(syncer::EXPERIMENTS, syncer::DEVICE_INFO);
632 Difference(enabled_types_, new_types);
639 EXPECT_TRUE(fake_manager_->GetAndResetDownloadedTypes().Equals(new_types));