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

1 2

  /external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h 29 THEMES = 4,
profile_sync_components_factory_impl_unittest.cc 56 datatypes.push_back(syncer::THEMES);
146 syncer::THEMES);
  /external/chromium/chrome/browser/sync/glue/
theme_model_associator.h 19 // Contains all logic for associating the Chrome themes model and the
20 // sync themes model.
27 static syncable::ModelType model_type() { return syncable::THEMES; }
theme_model_associator.cc 24 "Server did not create the top-level themes node. We "
50 if (node.InitByClientTagLookup(syncable::THEMES, kCurrentThemeClientTag)) {
62 if (!node.InitUniqueByCreation(syncable::THEMES, root,
90 // The sync model has user created nodes iff the themes folder has
101 return encrypted_types.count(syncable::THEMES) == 0 ||
theme_data_type_controller.cc 26 return syncable::THEMES;
theme_change_processor.cc 12 #include "chrome/browser/themes/theme_service.h"
13 #include "chrome/browser/themes/theme_service_factory.h"
38 if (!node.InitByClientTagLookup(syncable::THEMES,
99 DCHECK_EQ(node.GetModelType(), syncable::THEMES);
  /external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.cc 15 : UIDataTypeController(syncer::THEMES,
sync_backend_registrar_unittest.cc 29 using syncer::THEMES;
170 const ModelTypeSet types2(PREFERENCES, THEMES);
175 expected_routing_info[THEMES] = syncer::GROUP_PASSIVE;
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 42 case THEMES:
92 case THEMES:
167 return THEMES;
197 case THEMES:
198 return "Themes";
252 else if (model_type_string == "Themes")
253 return THEMES;
323 case THEMES:
372 case THEMES: {
434 case THEMES
    [all...]
model_type.h 60 // A themes folder or a themes object.
61 THEMES,
nigori_util.cc 48 encrypted_types.insert(THEMES);
67 nigori->set_encrypt_themes(types.count(THEMES) > 0);
  /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"
322 syncer::THEMES, MakeThemeDataList(sync_pb::ThemeSpecifics()),
337 syncer::THEMES, MakeThemeDataList(theme_specifics),
355 syncer::THEMES, MakeThemeDataList(theme_specifics),
368 syncer::THEMES, MakeThemeDataList(sync_pb::ThemeSpecifics()),
385 syncer::THEMES, syncer::SyncDataList(), fake_change_processor_.Pass(),
393 EXPECT_EQ(syncer::THEMES, change_list[0].sync_data().GetDataType());
410 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"
11 #include "chrome/browser/themes/theme_service.h"
110 DCHECK_EQ(type, syncer::THEMES);
119 DCHECK_EQ(type, syncer::THEMES);
140 syncer::THEMES);
186 syncer::THEMES);
206 // TODO(akalin): Figure out what to do about third-party themes
  /external/chromium_org/sync/util/
data_type_histogram.h 54 case ::syncer::THEMES: \
55 PER_DATA_TYPE_MACRO("Themes"); \
  /external/chromium_org/sync/syncable/
model_type.cc 50 case THEMES:
152 case THEMES:
271 return THEMES;
364 set.Put(THEMES);
459 case THEMES:
460 return "Themes";
534 case THEMES:
625 else if (model_type_string == "Themes")
626 return THEMES;
719 case THEMES
    [all...]
nigori_util.cc 253 nigori->set_encrypt_themes(encrypted_types.Has(THEMES));
291 encrypted_types.Put(THEMES);
  /external/chromium_org/sync/notifier/
p2p_invalidator_unittest.cc 182 ModelTypeSetToObjectIdSet(ModelTypeSet(BOOKMARKS, THEMES)));
245 ModelTypeSetToObjectIdSet(ModelTypeSet(THEMES, APPS)));
255 const ModelTypeSet enabled_types(BOOKMARKS, PREFERENCES, THEMES);
256 const ModelTypeSet changed_types(THEMES, APPS);
257 const ModelTypeSet expected_types(THEMES);
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 41 datatypes.push_back(syncable::THEMES);
118 syncable::THEMES);
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 73 (*mutable_routing_info())[syncable::THEMES] = GROUP_PASSIVE;
  /cts/hostsidetests/holo/src/android/holo/cts/
HoloHostTest.java 85 private static final String[] THEMES = {
112 private final int NUM_THEMES = THEMES.length;
197 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/
two_client_themes_sync_test.cc 204 ASSERT_TRUE(GetClient(1)->DisableSyncForDatatype(syncer::THEMES));
213 ASSERT_TRUE(GetClient(1)->EnableSyncForDatatype(syncer::THEMES));
migration_errors_test.cc 378 migration_list.push_front(MakeSet(syncer::THEMES));
389 migration_list.push_front(MakeSet(syncer::THEMES));
two_client_preferences_sync_test.cc 78 GetClient(0)->DisableSyncForDatatype(syncer::THEMES);
143 GetClient(0)->DisableSyncForDatatype(syncer::THEMES);
144 GetClient(1)->EnableSyncForDatatype(syncer::THEMES);

Completed in 993 milliseconds

1 2