/external/chromium_org/sync/internal_api/public/ |
write_node.h | 83 InitUniqueByCreationResult InitUniqueByCreation(
|
/external/chromium_org/sync/internal_api/ |
sync_backup_manager_unittest.cc | 86 node.InitUniqueByCreation(type, type_root, client_tag));
|
sync_rollback_manager_unittest.cc | 100 node.InitUniqueByCreation(type, type_root, client_tag));
|
write_node.cc | 365 WriteNode::InitUniqueByCreationResult WriteNode::InitUniqueByCreation( 372 LOG(WARNING) << "InitUniqueByCreation failed due to empty tag.";
|
sync_manager_impl_unittest.cc | 108 node.InitUniqueByCreation(model_type, root_node, client_tag); 265 ASSERT_EQ(node.InitUniqueByCreation(model_type, root_node, client_tag), 400 wnode.InitUniqueByCreation(BOOKMARKS, root_node, "testtag"); 442 wnode.InitUniqueByCreation(BOOKMARKS, folder_node, "testtag"); 476 password_node.InitUniqueByCreation(PASSWORDS, 517 pref_node.InitUniqueByCreation(PREFERENCES, root_node, "bar"); 581 node.InitUniqueByCreation(TYPED_URLS, root_node, empty_tag); [all...] |
/external/chromium_org/components/sync_driver/ |
generic_change_processor_unittest.cc | 177 node.InitUniqueByCreation(type, root, base::StringPrintf("node%05d", i)); 465 node.InitUniqueByCreation(kType, root, "some node");
|
generic_change_processor.cc | 506 sync_node->InitUniqueByCreation(
|
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_change_processor.cc | 144 create_node.InitUniqueByCreation(syncer::TYPED_URLS,
|
typed_url_model_associator.cc | 305 node.InitUniqueByCreation(syncer::TYPED_URLS,
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_autofill_unittest.cc | 598 node.InitUniqueByCreation(syncer::AUTOFILL, autofill_root, tag); 619 node.InitUniqueByCreation(syncer::AUTOFILL_PROFILE, [all...] |
profile_sync_service_typed_url_unittest.cc | 212 node.InitUniqueByCreation(syncer::TYPED_URLS, typed_url_root, tag); [all...] |