/external/chromium_org/chrome/browser/sync/ |
user_selectable_sync_type.h | 30 TYPED_URLS = 5,
|
profile_sync_service_typed_url_unittest.cc | 176 node.InitUniqueByCreation(syncer::TYPED_URLS, typed_url_root, tag); 331 test->CreateRoot(syncer::TYPED_URLS); 347 CreateRootHelper create_root(this, syncer::TYPED_URLS); 367 CreateRootHelper create_root(this, syncer::TYPED_URLS); 396 CreateRootHelper create_root(this, syncer::TYPED_URLS); 417 CreateRootHelper create_root(this, syncer::TYPED_URLS); 566 CreateRootHelper create_root(this, syncer::TYPED_URLS); 596 CreateRootHelper create_root(this, syncer::TYPED_URLS); 627 CreateRootHelper create_root(this, syncer::TYPED_URLS); 663 CreateRootHelper create_root(this, syncer::TYPED_URLS); [all...] |
sync_prefs.cc | 130 model_set.Put(syncer::TYPED_URLS); 226 registered_types.Remove(syncer::TYPED_URLS); 306 case syncer::TYPED_URLS: 407 pref_groups_[syncer::TYPED_URLS].Put(syncer::HISTORY_DELETE_DIRECTIVES); 410 pref_groups_[syncer::TYPED_URLS].Put(syncer::SESSIONS); 411 pref_groups_[syncer::TYPED_URLS].Put(syncer::FAVICON_IMAGES); 412 pref_groups_[syncer::TYPED_URLS].Put(syncer::FAVICON_TRACKING);
|
sync_prefs_unittest.cc | 79 registered_types.Remove(syncer::TYPED_URLS); 157 if (it.Get() == syncer::TYPED_URLS) {
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.cc | 45 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;
|
model_type.h | 63 TYPED_URLS,
|
nigori_util.cc | 50 encrypted_types.insert(TYPED_URLS); 68 nigori->set_encrypt_typed_urls(types.count(TYPED_URLS) > 0);
|
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_data_type_controller.cc | 83 return syncer::TYPED_URLS; 105 syncer::TYPED_URLS,
|
typed_url_change_processor.cc | 128 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, 283 // Check that the changed node is a child of the typed_urls folder. 285 DCHECK(syncer::TYPED_URLS == sync_node.GetModelType());
|
sync_backend_registrar.cc | 45 return type == syncer::TYPED_URLS; 122 LOG_IF(WARNING, initial_types.Has(syncer::TYPED_URLS)) 124 routing_info_.erase(syncer::TYPED_URLS); 148 LOG(WARNING) << "No history worker -- removing TYPED_URLS"; 149 filtered_types_to_add.Remove(syncer::TYPED_URLS);
|
typed_url_model_associator.h | 54 static syncer::ModelType model_type() { return syncer::TYPED_URLS; }
|
/external/chromium_org/sync/util/ |
data_type_histogram.h | 57 case ::syncer::TYPED_URLS: \
|
/external/chromium_org/sync/syncable/ |
model_type.cc | 53 case TYPED_URLS: 155 case TYPED_URLS: 274 return TYPED_URLS; 365 set.Put(TYPED_URLS); 461 case TYPED_URLS: 536 case TYPED_URLS: 628 return TYPED_URLS; 721 case TYPED_URLS: 826 case TYPED_URLS: 917 *model_type = TYPED_URLS; [all...] |
nigori_util.cc | 255 encrypted_types.Has(TYPED_URLS)); 293 encrypted_types.Put(TYPED_URLS);
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 208 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);
|
abstract_profile_sync_service_test.cc | 54 case syncable::TYPED_URLS:
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
enable_disable_test.cc | 120 // SESSIONS is lumped together with PROXY_TABS and TYPED_URLS. 121 // HISTORY_DELETE_DIRECTIVES is lumped together with TYPED_URLS. 143 } else if (it.Get() == syncer::TYPED_URLS) { 150 // SESSIONS should be enabled only if TYPED_URLS is. 151 ASSERT_EQ(GetClient(0)->IsTypePreferred(syncer::TYPED_URLS),
|
sync_errors_test.cc | 149 ASSERT_TRUE(synced_datatypes.Has(syncer::TYPED_URLS)); 154 ASSERT_FALSE(synced_datatypes.Has(syncer::TYPED_URLS));
|
/external/chromium_org/chrome/browser/history/ |
typed_url_syncable_service.cc | 85 DCHECK_EQ(type, syncer::TYPED_URLS); 98 DCHECK_EQ(type, syncer::TYPED_URLS); 124 syncer::TYPED_URLS);
|
typed_url_syncable_service.h | 43 static syncer::ModelType model_type() { return syncer::TYPED_URLS; }
|
typed_url_syncable_service_unittest.cc | 262 syncer::TYPED_URLS, 312 EXPECT_EQ(syncer::TYPED_URLS, change_list[0].sync_data().GetDataType()); 361 EXPECT_EQ(syncer::TYPED_URLS, change_list[0].sync_data().GetDataType()); 443 EXPECT_EQ(syncer::TYPED_URLS, change_list[0].sync_data().GetDataType()); 515 ASSERT_EQ(syncer::TYPED_URLS, change_list[i].sync_data().GetDataType()); 565 ASSERT_EQ(syncer::TYPED_URLS, change_list[i].sync_data().GetDataType());
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_change_processor.cc | 108 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)) { 222 // Check that the changed node is a child of the typed_urls folder. 224 DCHECK(syncable::TYPED_URLS == sync_node.GetModelType());
|
typed_url_model_associator.h | 56 static syncable::ModelType model_type() { return syncable::TYPED_URLS; }
|
typed_url_model_associator.cc | 37 std::vector<history::URLRow> typed_urls; local 38 if (!history_backend_->GetAllTypedURLs(&typed_urls)) { 45 for (std::vector<history::URLRow>::iterator ix = typed_urls.begin(); 46 ix != typed_urls.end(); ++ix) { 70 for (std::vector<history::URLRow>::iterator ix = typed_urls.begin(); 71 ix != typed_urls.end(); ++ix) { 82 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 | [all...] |
/external/chromium_org/sync/internal_api/public/base/ |
model_type.h | 68 TYPED_URLS,
|