HomeSort by relevance Sort by last modified time
    Searched refs:current_types (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/sessions/
model_type_registry_unittest.cc 183 ModelTypeSet current_types; local
191 current_types.Put(syncer::THEMES);
192 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
196 current_types.PutAll(GetRoutingInfoTypes(routing_info1));
197 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
204 current_types.Put(syncer::SESSIONS);
205 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
209 current_types.Remove(syncer::THEMES);
210 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
215 current_types.RemoveAll(GetRoutingInfoTypes(routing_info1))
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 396 syncer::ModelTypeSet current_types = registrar_->GetLastConfiguredTypes(); local
398 syncer::Difference(previous_types, current_types);
412 DCHECK(syncer::Intersection(current_types, fatal_types).Empty());
413 DCHECK(syncer::Intersection(current_types, crypto_types).Empty());
414 DCHECK(current_types.HasAll(types_to_download));
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 1733 const syncer::ModelTypeSet current_types = GetPreferredDataTypes(); local
    [all...]

Completed in 236 milliseconds