Home
last modified time | relevance | path

Searched refs:TYPED_URLS (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc45 case TYPED_URLS: in AddDefaultExtensionValue()
95 case TYPED_URLS: in GetExtensionFieldNumberFromModelType()
170 return TYPED_URLS; in GetModelTypeFromSpecifics()
199 case TYPED_URLS: in ModelTypeToString()
255 return TYPED_URLS; in ModelTypeFromString()
325 case TYPED_URLS: in ModelTypeToRootTag()
376 case TYPED_URLS: { in PostTimeToTypeHistogram()
437 case TYPED_URLS: in RealModelTypeToNotificationType()
480 *model_type = TYPED_URLS; in NotificationTypeToRealModelType()
Dnigori_util.cc50 encrypted_types.insert(TYPED_URLS); in GetEncryptedDataTypesFromNigori()
68 nigori->set_encrypt_typed_urls(types.count(TYPED_URLS) > 0); in FillNigoriEncryptedTypes()
Dmodel_type.h63 TYPED_URLS, enumerator
/external/chromium_org/sync/syncable/
Dmodel_type.cc53 case TYPED_URLS: in AddDefaultFieldValue()
155 case TYPED_URLS: in GetSpecificsFieldNumberFromModelType()
274 return TYPED_URLS; in GetModelTypeFromSpecifics()
365 set.Put(TYPED_URLS); in UserSelectableTypes()
461 case TYPED_URLS: in ModelTypeToString()
536 case TYPED_URLS: in ModelTypeToHistogramInt()
628 return TYPED_URLS; in ModelTypeFromString()
721 case TYPED_URLS: in ModelTypeToRootTag()
826 case TYPED_URLS: in RealModelTypeToNotificationType()
917 *model_type = TYPED_URLS; in NotificationTypeToRealModelType()
Dnigori_util.cc255 encrypted_types.Has(TYPED_URLS)); in UpdateNigoriFromEncryptedTypes()
293 encrypted_types.Put(TYPED_URLS); in GetEncryptedTypesFromNigori()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc176 node.InitUniqueByCreation(syncer::TYPED_URLS, typed_url_root, tag); in AddTypedUrlSyncNode()
331 test->CreateRoot(syncer::TYPED_URLS); in AddTypedUrlEntries()
347 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
367 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
396 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
417 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
566 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
596 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
627 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
663 CreateRootHelper create_root(this, syncer::TYPED_URLS); in TEST_F()
[all …]
Dsync_prefs.cc130 model_set.Put(syncer::TYPED_URLS); in RegisterProfilePrefs()
226 registered_types.Remove(syncer::TYPED_URLS); in GetPreferredDataTypes()
306 case syncer::TYPED_URLS: in GetPrefNameForDataType()
407 pref_groups_[syncer::TYPED_URLS].Put(syncer::HISTORY_DELETE_DIRECTIVES); in RegisterPrefGroups()
410 pref_groups_[syncer::TYPED_URLS].Put(syncer::SESSIONS); in RegisterPrefGroups()
411 pref_groups_[syncer::TYPED_URLS].Put(syncer::FAVICON_IMAGES); in RegisterPrefGroups()
412 pref_groups_[syncer::TYPED_URLS].Put(syncer::FAVICON_TRACKING); in RegisterPrefGroups()
Duser_selectable_sync_type.h30 TYPED_URLS = 5, enumerator
Dsync_prefs_unittest.cc79 registered_types.Remove(syncer::TYPED_URLS); in TEST_F()
157 if (it.Get() == syncer::TYPED_URLS) { in TEST_F()
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_change_processor.cc128 update_node.InitByClientTagLookup(syncer::TYPED_URLS, tag); in CreateOrUpdateSyncNode()
139 const bool agreement = encrypted_types.Has(syncer::TYPED_URLS); in CreateOrUpdateSyncNode()
168 create_node.InitUniqueByCreation(syncer::TYPED_URLS, in CreateOrUpdateSyncNode()
206 if (sync_node.InitByClientTagLookup(syncer::TYPED_URLS, in HandleURLsDeleted()
285 DCHECK(syncer::TYPED_URLS == sync_node.GetModelType()); in ApplyChangesFromSyncModel()
Dtyped_url_data_type_controller.cc83 return syncer::TYPED_URLS; in type()
105 syncer::TYPED_URLS, in OnSavingBrowserHistoryDisabledChanged()
Dsync_backend_registrar.cc45 return type == syncer::TYPED_URLS; in IsOnThreadForGroup()
122 LOG_IF(WARNING, initial_types.Has(syncer::TYPED_URLS)) in SetInitialTypes()
124 routing_info_.erase(syncer::TYPED_URLS); in SetInitialTypes()
149 filtered_types_to_add.Remove(syncer::TYPED_URLS); in ConfigureDataTypes()
Dtyped_url_model_associator.cc240 if (node.InitByClientTagLookup(syncer::TYPED_URLS, tag) == in DoAssociateModels()
260 if (write_node.InitByClientTagLookup(syncer::TYPED_URLS, tag) != in DoAssociateModels()
298 node.InitUniqueByCreation(syncer::TYPED_URLS, in DoAssociateModels()
838 return !encrypted_types.Has(syncer::TYPED_URLS) || in CryptoReadyIfNecessary()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc208 ASSERT_TRUE(node.InitUniqueByCreation(syncable::TYPED_URLS, in AddTypedUrlSyncNode()
298 test_->CreateRoot(syncable::TYPED_URLS); in Run()
316 CreateRootTask task(this, syncable::TYPED_URLS); in TEST_F()
334 CreateRootTask task(this, syncable::TYPED_URLS); in TEST_F()
431 CreateRootTask task(this, syncable::TYPED_URLS); in TEST_F()
459 CreateRootTask task(this, syncable::TYPED_URLS); in TEST_F()
498 CreateRootTask task(this, syncable::TYPED_URLS); in TEST_F()
533 CreateRootTask task(this, syncable::TYPED_URLS); in TEST_F()
Dabstract_profile_sync_service_test.cc54 case syncable::TYPED_URLS: in GetTagForType()
/external/chromium/chrome/browser/sync/glue/
Dtyped_url_change_processor.cc108 if (update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in HandleURLsModified()
112 if (!create_node.InitUniqueByCreation(syncable::TYPED_URLS, in HandleURLsModified()
174 if (!update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in HandleURLsVisited()
224 DCHECK(syncable::TYPED_URLS == sync_node.GetModelType()); in ApplyChangesFromSyncModel()
Dtyped_url_model_associator.cc82 if (node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in AssociateModels()
94 if (!write_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in AssociateModels()
117 if (!node.InitUniqueByCreation(syncable::TYPED_URLS, in AssociateModels()
495 return encrypted_types.count(syncable::TYPED_URLS) == 0 || in CryptoReadyIfNecessary()
Dtyped_url_model_associator.h56 static syncable::ModelType model_type() { return syncable::TYPED_URLS; } in model_type()
/external/chromium_org/chrome/browser/sync/test/integration/
Denable_disable_test.cc143 } else if (it.Get() == syncer::TYPED_URLS) { in IN_PROC_BROWSER_TEST_F()
151 ASSERT_EQ(GetClient(0)->IsTypePreferred(syncer::TYPED_URLS), in IN_PROC_BROWSER_TEST_F()
Dsync_errors_test.cc149 ASSERT_TRUE(synced_datatypes.Has(syncer::TYPED_URLS)); in IN_PROC_BROWSER_TEST_F()
154 ASSERT_FALSE(synced_datatypes.Has(syncer::TYPED_URLS)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/history/
Dtyped_url_syncable_service_unittest.cc262 syncer::TYPED_URLS, in InitiateServerState()
312 EXPECT_EQ(syncer::TYPED_URLS, change_list[0].sync_data().GetDataType()); in TEST_F()
361 EXPECT_EQ(syncer::TYPED_URLS, change_list[0].sync_data().GetDataType()); in TEST_F()
443 EXPECT_EQ(syncer::TYPED_URLS, change_list[0].sync_data().GetDataType()); in TEST_F()
515 ASSERT_EQ(syncer::TYPED_URLS, change_list[i].sync_data().GetDataType()); in TEST_F()
565 ASSERT_EQ(syncer::TYPED_URLS, change_list[i].sync_data().GetDataType()); in TEST_F()
Dtyped_url_syncable_service.cc85 DCHECK_EQ(type, syncer::TYPED_URLS); in MergeDataAndStartSyncing()
98 DCHECK_EQ(type, syncer::TYPED_URLS); in StopSyncing()
124 syncer::TYPED_URLS); in ProcessSyncChanges()
Dtyped_url_syncable_service.h43 static syncer::ModelType model_type() { return syncer::TYPED_URLS; } in model_type()
/external/chromium_org/sync/util/
Ddata_type_histogram.h57 case ::syncer::TYPED_URLS: \
/external/chromium_org/sync/internal_api/public/base/
Dmodel_type.h68 TYPED_URLS, enumerator

12