Searched defs:other_bookmarks_id (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc736 int64 other_bookmarks_id() { function in class:browser_sync::__anon4787::ProfileSyncServiceBookmarkTest
764 EXPECT_TRUE(other_bookmarks_id());
888 adds.AddURL(std::string(), javascript_url, other_bookmarks_id(), 0);
972 int64 f0 = other_bookmarks_id(); // + other_node
996 ops.ModifyPosition(f6, other_bookmarks_id(), 0);
997 ops.ModifyPosition(u3, other_bookmarks_id(), f1); // Prev == f1 is OK here.
998 ops.ModifyPosition(f2, other_bookmarks_id(), u7);
1000 ops.ModifyPosition(u4, other_bookmarks_id(), f2);
1020 adds.AddURL("u1", url, other_bookmarks_id(), 0);
1051 adds.AddURL("u1", url, other_bookmarks_id(),
[all...]

Completed in 199 milliseconds