Searched refs:type_root (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dsync_backup_manager_unittest.cc76 ReadNode type_root(&trans);
77 EXPECT_EQ(BaseNode::INIT_OK, type_root.InitTypeRoot(type));
81 node.InitUniqueByCreation(type, type_root, client_tag));
H A Dsync_rollback_manager_unittest.cc94 ReadNode type_root(&trans);
95 EXPECT_EQ(BaseNode::INIT_OK, type_root.InitTypeRoot(type));
99 node.InitUniqueByCreation(type, type_root, client_tag));
H A Dsync_manager_impl_unittest.cc589 int64 type_root = MakeServerNodeForType(user_share(), BOOKMARKS); local
594 type_root_node.InitByIdLookup(type_root));
601 int64 type_root = MakeServerNodeForType(user_share(), BOOKMARKS); local
602 int64 parent = MakeFolderWithParent(user_share(), BOOKMARKS, type_root, NULL);
607 type_root_node.InitByIdLookup(type_root));
619 int64 type_root = MakeServerNodeForType(user_share(), BOOKMARKS); local
620 int64 parent = MakeFolderWithParent(user_share(), BOOKMARKS, type_root, NULL);
621 ignore_result(MakeFolderWithParent(user_share(), BOOKMARKS, type_root, NULL));
630 type_root_node.InitByIdLookup(type_root));
2889 int64 type_root local
2931 int64 type_root = GetIdForDataType(BOOKMARKS); local
2988 int64 type_root = GetIdForDataType(BOOKMARKS); local
3049 int64 type_root = GetIdForDataType(BOOKMARKS); local
[all...]
H A Dsync_encryption_handler_impl.cc795 ReadNode type_root(trans);
796 if (type_root.InitTypeRoot(iter.Get()) != BaseNode::INIT_OK)
801 int64 child_id = type_root.GetFirstChildId();
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler_unittest.cc272 scoped_ptr<sync_pb::SyncEntity> type_root = local
276 type_root->set_server_defined_unique_tag(
278 type_root->set_folder(true);
282 type_root->id_string(),
287 type_root->id_string(),
293 updates.push_back(type_root.get());
304 EXPECT_TRUE(EntryExists(type_root->id_string()));
314 EXPECT_TRUE(EntryExists(type_root->id_string()));
336 scoped_ptr<sync_pb::SyncEntity> type_root = local
340 type_root
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_device_tracker.cc182 syncer::ReadNode type_root(&trans);
184 type_root.InitTypeRoot(syncer::DEVICE_INFO);
190 type_root,
/external/chromium_org/sync/syncable/
H A Dnigori_util.cc103 Entry type_root(trans, GET_TYPE_ROOT, type);
104 if (!type_root.good()) {
110 Id id_string = type_root.GetFirstChildId();
H A Ddirectory.cc813 EntryKernel* type_root = GetEntryByServerTag(ModelTypeToRootTag(type)); local
814 if (!type_root)
818 const Id& type_root_id = type_root->ref(ID);

Completed in 135 milliseconds