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

12

/external/chromium_org/chrome/browser/sync/
H A Duser_selectable_sync_type.h30 TYPED_URLS = 5, enumerator in enum:browser_sync::user_selectable_type::UserSelectableSyncType
H A Dsync_prefs.cc128 model_set.Put(syncer::TYPED_URLS);
230 registered_types.Remove(syncer::TYPED_URLS);
315 case syncer::TYPED_URLS:
417 pref_groups_[syncer::TYPED_URLS].Put(syncer::HISTORY_DELETE_DIRECTIVES);
420 pref_groups_[syncer::TYPED_URLS].Put(syncer::SESSIONS);
421 pref_groups_[syncer::TYPED_URLS].Put(syncer::FAVICON_IMAGES);
422 pref_groups_[syncer::TYPED_URLS].Put(syncer::FAVICON_TRACKING);
H A Dprofile_sync_service_typed_url_unittest.cc175 node.InitUniqueByCreation(syncer::TYPED_URLS, typed_url_root, tag);
333 test->CreateRoot(syncer::TYPED_URLS);
349 CreateRootHelper create_root(this, syncer::TYPED_URLS);
369 CreateRootHelper create_root(this, syncer::TYPED_URLS);
398 CreateRootHelper create_root(this, syncer::TYPED_URLS);
419 CreateRootHelper create_root(this, syncer::TYPED_URLS);
568 CreateRootHelper create_root(this, syncer::TYPED_URLS);
598 CreateRootHelper create_root(this, syncer::TYPED_URLS);
629 CreateRootHelper create_root(this, syncer::TYPED_URLS);
665 CreateRootHelper create_root(this, syncer::TYPED_URLS);
[all...]
H A Dprofile_sync_components_factory_impl_unittest.cc55 datatypes.push_back(syncer::TYPED_URLS);
H A Dsync_prefs_unittest.cc79 registered_types.Remove(syncer::TYPED_URLS);
156 if (it.Get() == syncer::TYPED_URLS) {
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.cc45 case TYPED_URLS:
95 case TYPED_URLS:
170 return TYPED_URLS;
199 case TYPED_URLS:
255 return TYPED_URLS;
325 case TYPED_URLS:
376 case TYPED_URLS: {
437 case TYPED_URLS:
480 *model_type = TYPED_URLS;
H A Dmodel_type.h63 TYPED_URLS, enumerator in enum:syncable::ModelType
H A Dnigori_util.cc50 encrypted_types.insert(TYPED_URLS);
68 nigori->set_encrypt_typed_urls(types.count(TYPED_URLS) > 0);
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.cc83 return syncer::TYPED_URLS;
105 syncer::TYPED_URLS,
H A Dtyped_url_change_processor.cc128 update_node.InitByClientTagLookup(syncer::TYPED_URLS, tag);
139 const bool agreement = encrypted_types.Has(syncer::TYPED_URLS);
168 create_node.InitUniqueByCreation(syncer::TYPED_URLS,
206 if (sync_node.InitByClientTagLookup(syncer::TYPED_URLS,
285 DCHECK(syncer::TYPED_URLS == sync_node.GetModelType());
H A Dsync_backend_registrar.cc45 return type == syncer::TYPED_URLS;
124 LOG_IF(WARNING, initial_types.Has(syncer::TYPED_URLS))
126 routing_info_.erase(syncer::TYPED_URLS);
150 LOG(WARNING) << "No history worker -- removing TYPED_URLS";
151 filtered_types_to_add.Remove(syncer::TYPED_URLS);
H A Dtyped_url_model_associator.h54 static syncer::ModelType model_type() { return syncer::TYPED_URLS; }
/external/chromium_org/sync/util/
H A Ddata_type_histogram.h57 case ::syncer::TYPED_URLS: \
/external/chromium_org/sync/syncable/
H A Dmodel_type.cc53 case TYPED_URLS:
149 case TYPED_URLS:
266 return TYPED_URLS;
351 set.Put(TYPED_URLS);
447 case TYPED_URLS:
518 case TYPED_URLS:
606 return TYPED_URLS;
695 case TYPED_URLS:
794 case TYPED_URLS:
879 *model_type = TYPED_URLS;
[all...]
H A Dnigori_util.cc255 encrypted_types.Has(TYPED_URLS));
291 encrypted_types.Put(TYPED_URLS);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc208 ASSERT_TRUE(node.InitUniqueByCreation(syncable::TYPED_URLS,
298 test_->CreateRoot(syncable::TYPED_URLS);
316 CreateRootTask task(this, syncable::TYPED_URLS);
334 CreateRootTask task(this, syncable::TYPED_URLS);
431 CreateRootTask task(this, syncable::TYPED_URLS);
459 CreateRootTask task(this, syncable::TYPED_URLS);
498 CreateRootTask task(this, syncable::TYPED_URLS);
533 CreateRootTask task(this, syncable::TYPED_URLS);
H A Dabstract_profile_sync_service_test.cc54 case syncable::TYPED_URLS:
/external/chromium_org/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc121 // SESSIONS is lumped together with PROXY_TABS and TYPED_URLS.
122 // HISTORY_DELETE_DIRECTIVES is lumped together with TYPED_URLS.
144 } else if (it.Get() == syncer::TYPED_URLS) {
151 // SESSIONS should be enabled only if TYPED_URLS is.
152 ASSERT_EQ(GetClient(0)->IsTypePreferred(syncer::TYPED_URLS),
H A Dsync_errors_test.cc184 ASSERT_TRUE(synced_datatypes.Has(syncer::TYPED_URLS));
189 ASSERT_FALSE(synced_datatypes.Has(syncer::TYPED_URLS));
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service.cc85 DCHECK_EQ(type, syncer::TYPED_URLS);
98 DCHECK_EQ(type, syncer::TYPED_URLS);
124 syncer::TYPED_URLS);
H A Dtyped_url_syncable_service.h43 static syncer::ModelType model_type() { return syncer::TYPED_URLS; }
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc108 if (update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
112 if (!create_node.InitUniqueByCreation(syncable::TYPED_URLS,
174 if (!update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
224 DCHECK(syncable::TYPED_URLS == sync_node.GetModelType());
H A Dtyped_url_model_associator.cc82 if (node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
94 if (!write_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
117 if (!node.InitUniqueByCreation(syncable::TYPED_URLS,
495 return encrypted_types.count(syncable::TYPED_URLS) == 0 ||
H A Dtyped_url_model_associator.h56 static syncable::ModelType model_type() { return syncable::TYPED_URLS; }
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type.h68 TYPED_URLS, enumerator in enum:syncer::ModelType

Completed in 536 milliseconds

12