THEMES 29 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc using syncer::THEMES; THEMES 170 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc const ModelTypeSet types2(PREFERENCES, THEMES); THEMES 175 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc expected_routing_info[THEMES] = syncer::GROUP_PASSIVE; THEMES 23 chrome/browser/sync/glue/theme_data_type_controller.cc syncer::THEMES, THEMES 338 chrome/browser/sync/profile_sync_components_factory_impl.cc if (!disabled_types.Has(syncer::THEMES)) { THEMES 510 chrome/browser/sync/profile_sync_components_factory_impl.cc case syncer::THEMES: THEMES 61 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc datatypes.push_back(syncer::THEMES); THEMES 1592 chrome/browser/sync/profile_sync_service.cc browser_sync::user_selectable_type::THEMES, THEMES 495 chrome/browser/sync/test/integration/migration_test.cc migration_list.push_front(MakeSet(syncer::THEMES)); THEMES 506 chrome/browser/sync/test/integration/migration_test.cc migration_list.push_front(MakeSet(syncer::THEMES)); THEMES 85 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc GetClient(0)->DisableSyncForDatatype(syncer::THEMES); THEMES 152 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc GetClient(0)->DisableSyncForDatatype(syncer::THEMES); THEMES 153 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc GetClient(1)->EnableSyncForDatatype(syncer::THEMES); THEMES 206 chrome/browser/sync/test/integration/two_client_themes_sync_test.cc ASSERT_TRUE(GetClient(1)->DisableSyncForDatatype(syncer::THEMES)); THEMES 215 chrome/browser/sync/test/integration/two_client_themes_sync_test.cc ASSERT_TRUE(GetClient(1)->EnableSyncForDatatype(syncer::THEMES)); THEMES 111 chrome/browser/themes/theme_syncable_service.cc DCHECK_EQ(type, syncer::THEMES); THEMES 120 chrome/browser/themes/theme_syncable_service.cc DCHECK_EQ(type, syncer::THEMES); THEMES 141 chrome/browser/themes/theme_syncable_service.cc syncer::THEMES); THEMES 187 chrome/browser/themes/theme_syncable_service.cc syncer::THEMES); THEMES 30 chrome/browser/themes/theme_syncable_service.h static syncer::ModelType model_type() { return syncer::THEMES; } THEMES 298 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 319 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 343 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 362 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 381 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 394 chrome/browser/themes/theme_syncable_service_unittest.cc EXPECT_EQ(syncer::THEMES, changes[0].sync_data().GetDataType()); THEMES 411 chrome/browser/themes/theme_syncable_service_unittest.cc theme_sync_service_->GetAllSyncData(syncer::THEMES); THEMES 433 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 472 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 506 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 519 chrome/browser/themes/theme_syncable_service_unittest.cc theme_sync_service_->StopSyncing(syncer::THEMES); THEMES 530 chrome/browser/themes/theme_syncable_service_unittest.cc EXPECT_EQ(syncer::THEMES, error.model_type()); THEMES 544 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 575 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 627 chrome/browser/themes/theme_syncable_service_unittest.cc syncer::THEMES, THEMES 655 chrome/browser/themes/theme_syncable_service_unittest.cc theme_sync_service_->GetAllSyncData(syncer::THEMES); THEMES 94 chrome/browser/ui/webui/sync_setup_handler_unittest.cc result.SetBoolean("themesSynced", types.Has(syncer::THEMES)); THEMES 141 chrome/browser/ui/webui/sync_setup_handler_unittest.cc CheckBool(dictionary, "themesSynced", types.Has(syncer::THEMES)); THEMES 50 components/sync_driver/model_association_manager.cc syncer::THEMES, THEMES 126 components/sync_driver/sync_prefs.cc model_set.Put(syncer::THEMES); THEMES 291 components/sync_driver/sync_prefs.cc case syncer::THEMES: THEMES 121 sync/engine/sync_scheduler_unittest.cc routing_info_[THEMES] = GROUP_UI; THEMES 473 sync/engine/sync_scheduler_unittest.cc const ModelTypeSet types1(BOOKMARKS), types2(AUTOFILL), types3(THEMES); THEMES 250 sync/internal_api/base_node.cc DCHECK_EQ(GetModelType(), THEMES); THEMES 49 sync/internal_api/sync_core_proxy_unittest.cc NonBlockingTypeProcessor themes_processor(syncer::THEMES); THEMES 60 sync/internal_api/sync_core_proxy_unittest.cc NonBlockingTypeProcessor themes_processor(syncer::THEMES); THEMES 72 sync/internal_api/sync_core_proxy_unittest.cc (new NonBlockingTypeProcessor(syncer::THEMES)); THEMES 85 sync/internal_api/sync_core_proxy_unittest.cc (new NonBlockingTypeProcessor(syncer::THEMES)); THEMES 771 sync/internal_api/sync_manager_impl_unittest.cc (*out)[THEMES] = GROUP_PASSIVE; THEMES 1084 sync/internal_api/sync_manager_impl_unittest.cc MakeNode(sync_manager_.GetUserShare(), THEMES, THEMES 1102 sync/internal_api/sync_manager_impl_unittest.cc THEMES, THEMES 1126 sync/internal_api/sync_manager_impl_unittest.cc THEMES, THEMES 1156 sync/internal_api/sync_manager_impl_unittest.cc THEMES, THEMES 2454 sync/internal_api/sync_manager_impl_unittest.cc ModelTypeSet disabled_types = ModelTypeSet(THEMES, SESSIONS); THEMES 2459 sync/internal_api/sync_manager_impl_unittest.cc new_routing_info.erase(THEMES); THEMES 182 sync/notifier/p2p_invalidator_unittest.cc ModelTypeSetToObjectIdSet(ModelTypeSet(BOOKMARKS, THEMES))); THEMES 245 sync/notifier/p2p_invalidator_unittest.cc ModelTypeSetToObjectIdSet(ModelTypeSet(THEMES, APPS))); THEMES 255 sync/notifier/p2p_invalidator_unittest.cc const ModelTypeSet enabled_types(BOOKMARKS, PREFERENCES, THEMES); THEMES 256 sync/notifier/p2p_invalidator_unittest.cc const ModelTypeSet changed_types(THEMES, APPS); THEMES 257 sync/notifier/p2p_invalidator_unittest.cc const ModelTypeSet expected_types(THEMES); THEMES 117 sync/sessions/model_type_registry_unittest.cc NonBlockingTypeProcessor themes_processor(syncer::THEMES); THEMES 125 sync/sessions/model_type_registry_unittest.cc syncer::THEMES, THEMES 129 sync/sessions/model_type_registry_unittest.cc ModelTypeSet(syncer::THEMES))); THEMES 136 sync/sessions/model_type_registry_unittest.cc ModelTypeSet(syncer::THEMES, syncer::SESSIONS))); THEMES 138 sync/sessions/model_type_registry_unittest.cc registry()->RemoveNonBlockingType(syncer::THEMES); THEMES 147 sync/sessions/model_type_registry_unittest.cc NonBlockingTypeProcessor themes_processor(syncer::THEMES); THEMES 162 sync/sessions/model_type_registry_unittest.cc syncer::THEMES, THEMES 165 sync/sessions/model_type_registry_unittest.cc current_types.Put(syncer::THEMES); THEMES 182 sync/sessions/model_type_registry_unittest.cc registry()->RemoveNonBlockingType(syncer::THEMES); THEMES 183 sync/sessions/model_type_registry_unittest.cc current_types.Remove(syncer::THEMES); THEMES 195 sync/sessions/model_type_registry_unittest.cc new NonBlockingTypeProcessor(syncer::THEMES)); THEMES 204 sync/sessions/model_type_registry_unittest.cc syncer::THEMES, THEMES 212 sync/sessions/model_type_registry_unittest.cc ModelTypeSet(syncer::THEMES, syncer::SESSIONS))); THEMES 215 sync/sessions/model_type_registry_unittest.cc registry()->RemoveNonBlockingType(syncer::THEMES); THEMES 3491 sync/syncable/directory_backing_store_unittest.cc dir_info.kernel_info.download_progress[THEMES] THEMES 3494 sync/syncable/directory_backing_store_unittest.cc dir_info.kernel_info.download_progress[THEMES] THEMES 3497 sync/syncable/directory_backing_store_unittest.cc dir_info.kernel_info.download_progress[THEMES] THEMES 3500 sync/syncable/directory_backing_store_unittest.cc dir_info.kernel_info.download_progress[THEMES] THEMES 50 sync/syncable/model_type.cc case THEMES: THEMES 151 sync/syncable/model_type.cc case THEMES: THEMES 256 sync/syncable/model_type.cc return THEMES; THEMES 355 sync/syncable/model_type.cc set.Put(THEMES); THEMES 458 sync/syncable/model_type.cc case THEMES: THEMES 537 sync/syncable/model_type.cc case THEMES: THEMES 633 sync/syncable/model_type.cc return THEMES; THEMES 754 sync/syncable/model_type.cc case THEMES: THEMES 865 sync/syncable/model_type.cc case THEMES: THEMES 962 sync/syncable/model_type.cc *model_type = THEMES; THEMES 253 sync/syncable/nigori_util.cc nigori->set_encrypt_themes(encrypted_types.Has(THEMES)); THEMES 291 sync/syncable/nigori_util.cc encrypted_types.Put(THEMES); THEMES 299 sync/tools/sync_client.cc model_types.Put(THEMES); THEMES 54 sync/util/data_type_histogram.h case ::syncer::THEMES: \