Home | History | Annotate | Download | only in glue

Lines Matching refs:new_types

488   syncer::ModelTypeSet new_types(syncer::EXTENSIONS,
490 enabled_types_.PutAll(new_types);
499 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
529 syncer::ModelTypeSet new_types(syncer::EXTENSIONS,
531 enabled_types_.PutAll(new_types);
541 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
559 syncer::ModelTypeSet new_types(syncer::APP_SETTINGS,
561 enabled_types_.PutAll(new_types);
570 enabled_types_).Equals(new_types));
578 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
600 syncer::ModelTypeSet new_types(syncer::APP_SETTINGS,
602 enabled_types_.PutAll(new_types);
613 enabled_types_).Equals(Union(new_types, Difference(
623 Union(new_types, partial_types)));
639 syncer::ModelTypeSet new_types(syncer::EXPERIMENTS, syncer::NIGORI);
641 Difference(enabled_types_, new_types);
648 EXPECT_TRUE(fake_manager_->GetAndResetDownloadedTypes().Equals(new_types));