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

  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 272 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->set_server_defined_unique_tag
    [all...]
  /external/chromium_org/sync/syncable/
directory.cc 813 EntryKernel* type_root = GetEntryByServerTag(ModelTypeToRootTag(type)); local
814 if (!type_root)
818 const Id& type_root_id = type_root->ref(ID);
    [all...]
  /external/chromium_org/sync/internal_api/
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));
2889 int64 type_root = GetIdForDataType(BOOKMARKS); local
2931 int64 type_root = GetIdForDataType(BOOKMARKS); local
2988 int64 type_root = GetIdForDataType(BOOKMARKS); local
3049 int64 type_root = GetIdForDataType(BOOKMARKS); local
    [all...]

Completed in 1562 milliseconds