HomeSort by relevance Sort by last modified time
    Searched refs:type_root (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 273 scoped_ptr<sync_pb::SyncEntity> type_root = local
277 type_root->set_server_defined_unique_tag(
279 type_root->set_folder(true);
283 type_root->id_string(),
288 type_root->id_string(),
294 updates.push_back(type_root.get());
305 EXPECT_TRUE(EntryExists(type_root->id_string()));
315 EXPECT_TRUE(EntryExists(type_root->id_string()));
337 scoped_ptr<sync_pb::SyncEntity> type_root = local
341 type_root->set_server_defined_unique_tag
418 scoped_ptr<sync_pb::SyncEntity> type_root = local
    [all...]
  /external/chromium_org/sync/internal_api/
sync_backup_manager_unittest.cc 81 ReadNode type_root(&trans);
82 EXPECT_EQ(BaseNode::INIT_OK, type_root.InitTypeRoot(type));
86 node.InitUniqueByCreation(type, type_root, client_tag));
sync_rollback_manager_unittest.cc 95 ReadNode type_root(&trans);
96 EXPECT_EQ(BaseNode::INIT_OK, type_root.InitTypeRoot(type));
100 node.InitUniqueByCreation(type, type_root, client_tag));
sync_manager_impl_unittest.cc 589 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));
2875 int64 type_root = GetIdForDataType(BOOKMARKS); local
2917 int64 type_root = GetIdForDataType(BOOKMARKS); local
2974 int64 type_root = GetIdForDataType(BOOKMARKS); local
3035 int64 type_root = GetIdForDataType(BOOKMARKS); local
3111 int64 type_root = GetIdForDataType(ARTICLES); local
    [all...]
sync_encryption_handler_impl.cc     [all...]
  /external/chromium_org/sync/syncable/
nigori_util.cc 103 Entry type_root(trans, GET_TYPE_ROOT, type);
104 if (!type_root.good()) {
110 Id id_string = type_root.GetFirstChildId();
directory.cc 832 EntryKernel* type_root = GetEntryByServerTag(ModelTypeToRootTag(type)); local
833 if (!type_root)
837 const Id& type_root_id = type_root->ref(ID);
    [all...]

Completed in 521 milliseconds