Home
last modified time | relevance | path

Searched refs:PREFERENCES (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/sync/
Dbackend_migrator_unittest.cc35 preferred_types_.insert(syncable::PREFERENCES); in SetUp()
93 to_migrate.insert(syncable::PREFERENCES); in TEST_F()
121 to_migrate.insert(syncable::PREFERENCES); in TEST_F()
143 to_migrate1.insert(syncable::PREFERENCES); in TEST_F()
177 to_migrate.insert(syncable::PREFERENCES); in TEST_F()
201 to_migrate.insert(syncable::PREFERENCES); in TEST_F()
217 prefs.insert(syncable::PREFERENCES); in TEST_F()
233 to_migrate.insert(syncable::PREFERENCES); in TEST_F()
240 RemovePreferredType(syncable::PREFERENCES); in TEST_F()
257 to_migrate.insert(syncable::PREFERENCES); in TEST_F()
Dprofile_sync_service_preference_unittest.cc146 if (tag_node.InitByClientTagLookup(syncable::PREFERENCES, name)) in SetSyncedValue()
148 if (node.InitUniqueByCreation(syncable::PREFERENCES, root, name)) in SetSyncedValue()
199 if (!test_->CreateRoot(syncable::PREFERENCES)) in Run()
219 CreateRootTask task(this, syncable::PREFERENCES); in TEST_F()
227 EXPECT_TRUE(node.InitByClientTagLookup(syncable::PREFERENCES, in TEST_F()
245 CreateRootTask task(this, syncable::PREFERENCES); in TEST_F()
262 CreateRootTask task(this, syncable::PREFERENCES); in TEST_F()
335 CreateRootTask task(this, syncable::PREFERENCES); in TEST_F()
349 CreateRootTask task(this, syncable::PREFERENCES); in TEST_F()
363 CreateRootTask task(this, syncable::PREFERENCES); in TEST_F()
[all …]
Dprofile_sync_factory_impl_unittest.cc39 datatypes.push_back(syncable::PREFERENCES); in DefaultDatatypes()
113 syncable::PREFERENCES); in TEST_F()
Dabstract_profile_sync_service_test.cc48 case syncable::PREFERENCES: in GetTagForType()
/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc33 case PREFERENCES: in AddDefaultExtensionValue()
83 case PREFERENCES: in GetExtensionFieldNumberFromModelType()
158 return PREFERENCES; in GetModelTypeFromSpecifics()
191 case PREFERENCES: in ModelTypeToString()
245 return PREFERENCES; in ModelTypeFromString()
317 case PREFERENCES: in ModelTypeToRootTag()
356 case PREFERENCES: { in PostTimeToTypeHistogram()
425 case PREFERENCES: in RealModelTypeToNotificationType()
468 *model_type = PREFERENCES; in NotificationTypeToRealModelType()
Dnigori_util.cc42 encrypted_types.insert(PREFERENCES); in GetEncryptedDataTypesFromNigori()
64 nigori->set_encrypt_preferences(types.count(PREFERENCES) > 0); in FillNigoriEncryptedTypes()
Dmodel_type.h52 PREFERENCES, enumerator
Dsyncable_unittest.cc379 EXPECT_FALSE(dir_->initial_sync_ended_for_type(PREFERENCES)); in CheckPurgeEntriesWithTypeInSucceeded()
428 AddDefaultExtensionValue(PREFERENCES, &specs); in TEST_F()
446 to_purge.insert(PREFERENCES); in TEST_F()
521 AddDefaultExtensionValue(PREFERENCES, &preference_specs); in TEST_F()
524 dir_->set_initial_sync_ended_for_type(PREFERENCES, true); in TEST_F()
528 types_to_purge.insert(PREFERENCES); in TEST_F()
/external/chromium/chrome/browser/sync/engine/
Ddownload_updates_command_unittest.cc50 enabled_types[syncable::PREFERENCES] = true; in TEST_F()
97 enabled_types[syncable::PREFERENCES] = true; in TEST_F()
112 types.insert(syncable::PREFERENCES); in TEST_F()
124 types.insert(syncable::PREFERENCES); in TEST_F()
129 source.types[syncable::PREFERENCES] = "preferences_payload"; in TEST_F()
Dverify_updates_command_unittest.cc35 (*mutable_routing_info())[syncable::PREFERENCES] = GROUP_UI; in SetUp()
80 CreateLocalItem("p1", root, syncable::PREFERENCES); in TEST_F()
87 AddUpdate(updates, "p1", root, syncable::PREFERENCES); in TEST_F()
Dcleanup_disabled_types_command_unittest.cc70 expected.insert(syncable::PREFERENCES); in TEST_F()
78 prev[syncable::PREFERENCES] = GROUP_PASSIVE; in TEST_F()
Dprocess_commit_response_command_unittest.cc50 (*mutable_routing_info())[syncable::PREFERENCES] = GROUP_UI; in SetUp()
223 "Pref 1", syncable::PREFERENCES); in TEST_F()
225 "Pref 2", syncable::PREFERENCES); in TEST_F()
259 CheckEntry(&p1, "Pref 1", syncable::PREFERENCES, id_factory_.root()); in TEST_F()
260 CheckEntry(&p2, "Pref 2", syncable::PREFERENCES, id_factory_.root()); in TEST_F()
Dsyncapi_unittest.cc228 BaseNode::GenerateSyncableHash(syncable::PREFERENCES, "tag1")); in TEST_F()
235 BaseNode::GenerateSyncableHash(syncable::PREFERENCES, "tag2")); in TEST_F()
251 syncable::PREFERENCES, "collideme")); in TEST_F()
263 EXPECT_TRUE(prefnode.InitByClientTagLookup(syncable::PREFERENCES, in TEST_F()
/external/chromium/chrome/browser/sync/sessions/
Dordered_commit_set_unittest.cc15 routes_[syncable::PREFERENCES] = browser_sync::GROUP_UI; in OrderedCommitSetTest()
35 commit_set1.AddCommitItem(2, expected[2], syncable::PREFERENCES); in TEST_F()
37 commit_set1.AddCommitItem(2, expected[2], syncable::PREFERENCES); in TEST_F()
107 commit_set.AddCommitItem(2, ids_.NewLocalId(), syncable::PREFERENCES); in TEST_F()
108 commit_set.AddCommitItem(3, ids_.NewLocalId(), syncable::PREFERENCES); in TEST_F()
Dsession_state_unittest.cc31 types[syncable::PREFERENCES] = "preferencespayload"; in TEST_F()
124 initial_sync_ended.set(syncable::PREFERENCES); in TEST_F()
/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager_impl2_unittest.cc93 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::PREFERENCES)); in MakePreferenceDTC()
267 controllers_[syncable::PREFERENCES] = preference_dtc; in TEST_F()
278 types_.insert(syncable::PREFERENCES); in TEST_F()
294 controllers_[syncable::PREFERENCES] = preference_dtc; in TEST_F()
306 types_.insert(syncable::PREFERENCES); in TEST_F()
348 controllers_[syncable::PREFERENCES] = preference_dtc; in TEST_F()
364 types_.insert(syncable::PREFERENCES); in TEST_F()
408 controllers_[syncable::PREFERENCES] = preference_dtc; in TEST_F()
416 types_.insert(syncable::PREFERENCES); in TEST_F()
440 controllers_[syncable::PREFERENCES] = preference_dtc; in TEST_F()
[all …]
Dpreference_model_associator.cc55 if (node.InitByClientTagLookup(syncable::PREFERENCES, tag)) { in InitPrefNodeAndAssociate()
99 if (!write_node.InitUniqueByCreation(syncable::PREFERENCES, root, tag)) { in InitPrefNodeAndAssociate()
334 return encrypted_types.count(syncable::PREFERENCES) == 0 || in CryptoReadyIfNecessary()
Dpreference_data_type_controller.cc24 return syncable::PREFERENCES; in type()
Dpreference_model_associator.h38 static syncable::ModelType model_type() { return syncable::PREFERENCES; } in model_type()
Dpreference_change_processor.cc135 DCHECK(syncable::PREFERENCES == node.GetModelType()); in ApplyChangesFromSyncModel()
Ddata_type_manager_impl.cc27 syncable::PREFERENCES,
/external/chromium/chrome/browser/sync/notifier/
Dchrome_invalidation_client_unittest.cc144 OnInvalidate(MakeMap(syncable::PREFERENCES, "payload"))); in TEST_F()
205 OnInvalidate(MakeMap(syncable::PREFERENCES, ""))); in TEST_F()
219 types.insert(syncable::PREFERENCES); in TEST_F()
228 types.insert(syncable::PREFERENCES); in TEST_F()
Dinvalidation_notifier_unittest.cc60 type_payloads[syncable::PREFERENCES] = "payload"; in TEST_F()
Dregistration_manager_unittest.cc105 syncable::PREFERENCES,
/external/chromium/chrome/browser/ui/webui/options/
Dsync_setup_handler.cc79 config->data_types.insert(syncable::PREFERENCES); in GetConfiguration()

12