HomeSort by relevance Sort by last modified time
    Searched full:typed_urls (Results 1 - 18 of 18) sorted by null

  /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;
nigori_util.cc 50 encrypted_types.insert(TYPED_URLS);
68 nigori->set_encrypt_typed_urls(types.count(TYPED_URLS) > 0);
model_type.h 63 TYPED_URLS,
  /external/chromium/chrome/browser/sync/glue/
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...]
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_data_type_controller.cc 152 return syncable::TYPED_URLS;
data_type_manager_impl.cc 33 syncable::TYPED_URLS,
sync_backend_host.cc 110 switches::kEnableSyncTypedUrls) || types.count(syncable::TYPED_URLS)) {
    [all...]
  /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:
sync_setup_flow.cc 126 registered_types.count(syncable::TYPED_URLS) > 0);
sync_setup_wizard_unittest.cc 328 EXPECT_EQ(service_->chosen_data_types_.count(syncable::TYPED_URLS), 1U);
profile_sync_service.cc 455 case syncable::TYPED_URLS:
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 109 config->data_types.insert(syncable::TYPED_URLS);
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 225 // Getter specific to the TYPED_URLS datatype. Returns protobuf
226 // data. Can only be called if GetModelType() == TYPED_URLS.
397 // Should only be called if GetModelType() == TYPED_URLS.
    [all...]
syncapi.cc 408 DCHECK_EQ(syncable::TYPED_URLS, GetModelType());
626 DCHECK_EQ(syncable::TYPED_URLS, GetModelType());
    [all...]
  /external/chromium/chrome/common/
pref_names.cc     [all...]

Completed in 207 milliseconds