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

  /external/chromium_org/components/sync_driver/
user_selectable_sync_type.h 29 THEMES = 4,
sync_prefs.cc 133 model_set.Put(syncer::THEMES);
302 case syncer::THEMES:
model_association_manager.cc 50 syncer::THEMES,
  /external/chromium_org/sync/sessions/
model_type_registry_unittest.cc 147 ModelTypeSyncProxyImpl themes_sync_proxy(syncer::THEMES);
155 registry()->ConnectSyncTypeToWorker(syncer::THEMES,
156 MakeInitialDataTypeState(THEMES),
161 ModelTypeSet(syncer::THEMES)));
169 ModelTypeSet(syncer::THEMES, syncer::SESSIONS)));
171 registry()->DisconnectSyncWorker(syncer::THEMES);
180 ModelTypeSyncProxyImpl themes_sync_proxy(syncer::THEMES);
194 // Add the themes non-blocking type.
195 registry()->ConnectSyncTypeToWorker(syncer::THEMES,
196 MakeInitialDataTypeState(THEMES),
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.cc 22 syncer::THEMES,
sync_backend_registrar_unittest.cc 31 using syncer::THEMES;
161 const ModelTypeSet types2(PREFERENCES, THEMES);
166 expected_routing_info[THEMES] = syncer::GROUP_PASSIVE;
  /external/chromium_org/sync/internal_api/
sync_context_proxy_impl_unittest.cc 61 ModelTypeSyncProxyImpl themes_sync_proxy(syncer::THEMES);
72 ModelTypeSyncProxyImpl themes_sync_proxy(syncer::THEMES);
84 new ModelTypeSyncProxyImpl(syncer::THEMES));
97 new ModelTypeSyncProxyImpl(syncer::THEMES));
base_node.cc 250 DCHECK_EQ(GetModelType(), THEMES);
sync_manager_impl_unittest.cc 862 (*out)[THEMES] = GROUP_PASSIVE;
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service_unittest.cc 5 #include "chrome/browser/themes/theme_syncable_service.h"
15 #include "chrome/browser/themes/theme_service.h"
16 #include "chrome/browser/themes/theme_service_factory.h"
300 syncer::THEMES,
321 syncer::THEMES,
345 syncer::THEMES,
364 syncer::THEMES,
383 syncer::THEMES,
396 EXPECT_EQ(syncer::THEMES, changes[0].sync_data().GetDataType());
413 theme_sync_service_->GetAllSyncData(syncer::THEMES);
    [all...]
theme_syncable_service.h 30 static syncer::ModelType model_type() { return syncer::THEMES; }
theme_syncable_service.cc 5 #include "chrome/browser/themes/theme_syncable_service.h"
10 #include "chrome/browser/themes/theme_service.h"
102 DCHECK_EQ(type, syncer::THEMES);
111 DCHECK_EQ(type, syncer::THEMES);
132 syncer::THEMES);
178 syncer::THEMES);
200 // TODO(akalin): Figure out what to do about third-party themes
  /external/chromium_org/sync/syncable/
model_type.cc 50 case THEMES:
151 case THEMES:
256 return THEMES;
355 set.Put(THEMES);
449 result.Put(THEMES);
477 case THEMES:
478 return "Themes";
556 case THEMES:
651 else if (model_type_string == "Themes")
652 return THEMES;
    [all...]
nigori_util.cc 254 nigori->set_encrypt_themes(encrypted_types.Has(THEMES));
292 encrypted_types.Put(THEMES);
directory_backing_store_unittest.cc     [all...]
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 129 routing_info_[THEMES] = GROUP_UI;
131 routing_info_[THEMES] = GROUP_UI;
210 ModelTypeSet nudge_types(THEMES);
302 ModelTypeSet model_types(THEMES);
318 model_types.Remove(THEMES);
331 const ModelTypeSet model_types(THEMES);
359 const ModelTypeSet model_types(THEMES);
405 const ModelTypeSet model_types(THEMES);
433 const ModelTypeSet model_types(THEMES);
493 const ModelTypeSet types1(THEMES), types2(TYPED_URLS), types3(THEMES)
    [all...]
  /external/chromium_org/sync/util/
data_type_histogram.h 54 case ::syncer::THEMES: \
55 PER_DATA_TYPE_MACRO("Themes"); \
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 94 private static final String[] THEMES = {
121 private final int NUM_THEMES = THEMES.length;
284 final String themeName = THEMES[i];
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 65 // A themes object.
66 THEMES,
  /external/chromium_org/chrome/browser/sync/test/integration/
migration_test.cc 400 migration_list.push_front(MakeSet(syncer::THEMES));
411 migration_list.push_front(MakeSet(syncer::THEMES));
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc 66 datatypes.push_back(syncer::THEMES);
profile_sync_components_factory_impl.cc 44 #include "chrome/browser/themes/theme_service.h"
45 #include "chrome/browser/themes/theme_service_factory.h"
46 #include "chrome/browser/themes/theme_syncable_service.h"
334 if (!disabled_types.Has(syncer::THEMES)) {
494 case syncer::THEMES:
profile_sync_service.cc     [all...]
  /external/chromium_org/sync/tools/
sync_client.cc 373 model_types.Put(THEMES);
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 92 result.SetBoolean("themesSynced", types.Has(syncer::THEMES));
139 CheckBool(dictionary, "themesSynced", types.Has(syncer::THEMES));
    [all...]

Completed in 885 milliseconds