Home
last modified time | relevance | path

Searched refs:PutAll (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/sync/internal_api/test/
Dfake_sync_manager.cc135 cleaned_types_.PutAll(partial_types); in PurgePartiallySyncedTypes()
184 cleaned_types_.PutAll(to_purge); in ConfigureSyncer()
188 progress_marker_types_.PutAll(success_types); in ConfigureSyncer()
189 initial_sync_ended_types_.PutAll(success_types); in ConfigureSyncer()
190 downloaded_types_.PutAll(success_types); in ConfigureSyncer()
Dsync_manager_for_profile_sync_test.cc29 early_download_types.PutAll(ControlTypes()); in NotifyInitializationSuccess()
30 early_download_types.PutAll(PriorityUserTypes()); in NotifyInitializationSuccess()
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_impl_unittest.cc150 enabled_types_.PutAll(syncer::ControlTypes()); in SetUp()
221 types_to_add.PutAll(syncer::ControlTypes()); in ConfigureDataTypes()
451 enabled_types_.PutAll(new_types); in TEST_F()
490 enabled_types_.PutAll(new_types); in TEST_F()
519 enabled_types_.PutAll(new_types); in TEST_F()
559 enabled_types_.PutAll(new_types); in TEST_F()
Dfailed_data_types_handler.cc90 result.PutAll(GetCryptoErrorTypes()); in GetFailedTypes()
Ddata_type_manager_impl.cc80 desired_types.PutAll(syncer::CoreTypes()); in Configure()
242 high_priority_types.PutAll(syncer::PriorityCoreTypes()); in GetPriorityTypes()
243 high_priority_types.PutAll(syncer::PriorityUserTypes()); in GetPriorityTypes()
Dsync_backend_host_impl.cc325 disabled_types.PutAll(fatal_types); in ConfigureDataTypes()
326 disabled_types.PutAll(crypto_types); in ConfigureDataTypes()
334 types_to_download.PutAll(clean_first_types); in ConfigureDataTypes()
Ddata_type_manager_impl_unittest.cc53 result.PutAll(types); in AddHighPriorityTypesTo()
61 result.PutAll(types); in AddLowPriorityCoreTypesTo()
788 to_migrate.PutAll(syncer::ControlTypes()); in TEST_F()
Dmodel_association_manager.cc415 slow_types_.PutAll(associating_types_); in ModelAssociationDone()
/external/chromium_org/sync/internal_api/public/base/
Denum_set_unittest.cc98 TEST_F(EnumSetTest, PutAll) { in TEST_F() argument
100 enums.PutAll(TestEnumSet(TEST_2, TEST_3)); in TEST_F()
Denum_set.h164 void PutAll(EnumSet other) { in PutAll() function
/external/chromium_org/chrome/browser/sync/
Dbackend_migrator.cc50 to_migrate_.PutAll(types); in MigrateTypes()
Dsync_prefs.cc71 user_types.PutAll(syncer::ProxyTypes()); in RegisterProfilePrefs()
478 types_with_groups.PutAll(i->second); in ResolvePrefGroups()
Dprofile_sync_service_android.cc350 types.PutAll(syncer::ControlTypes()); in GetEnabledDataTypes()
/external/chromium_org/sync/syncable/
Dmodel_type.cc424 result.PutAll(PriorityCoreTypes()); in CoreTypes()
434 result.PutAll(ControlTypes()); in PriorityCoreTypes()
/external/chromium_org/sync/engine/
Dapply_control_data_updates_unittest.cc69 encrypted_types.PutAll(SyncEncryptionHandler::SensitiveTypes()); in TEST_F()
112 encrypted_types.PutAll(SyncEncryptionHandler::SensitiveTypes()); in TEST_F()
225 encrypted_types.PutAll(SyncEncryptionHandler::SensitiveTypes()); in TEST_F()
/external/chromium_org/chrome/browser/sync/test/integration/
Dprofile_sync_service_harness.cc413 pending_migration_types_.PutAll( in OnMigrationStateChange()
421 migrated_types_.PutAll(pending_migration_types_); in OnMigrationStateChange()
/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl.cc1079 nigori_encrypted_types.PutAll(SensitiveTypes()); in UpdateEncryptedTypesFromNigori()
Dsync_manager_impl_unittest.cc3129 disabled_types.PutAll(unapplied_types); in TEST_F()