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

/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/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:
H A Dsync_setup_flow.cc126 registered_types.count(syncable::TYPED_URLS) > 0);
H A Dsync_setup_wizard_unittest.cc328 EXPECT_EQ(service_->chosen_data_types_.count(syncable::TYPED_URLS), 1U);
H A Dprofile_sync_service.cc455 case syncable::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; }
H A Dtyped_url_data_type_controller.cc152 return syncable::TYPED_URLS;
H A Ddata_type_manager_impl.cc33 syncable::TYPED_URLS,
H A Dsync_backend_host.cc110 switches::kEnableSyncTypedUrls) || types.count(syncable::TYPED_URLS)) {
/external/chromium/chrome/browser/ui/webui/options/
H A Dsync_setup_handler.cc109 config->data_types.insert(syncable::TYPED_URLS);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc408 DCHECK_EQ(syncable::TYPED_URLS, GetModelType());
626 DCHECK_EQ(syncable::TYPED_URLS, GetModelType());

Completed in 222 milliseconds