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 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/syncable/
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...]
  /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));
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...]

Completed in 241 milliseconds