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

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

Completed in 902 milliseconds