Searched refs:other_bookmarks_id (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_bookmark_unittest.cc | 484 int64 other_bookmarks_id() { in other_bookmarks_id() function in browser_sync::__anon9ba3bd7f0111::ProfileSyncServiceBookmarkTest 515 EXPECT_TRUE(other_bookmarks_id()); in TEST_F() 593 adds.AddURL(L"", javascript_url, other_bookmarks_id(), 0); in TEST_F() 669 int64 f0 = other_bookmarks_id(); // + other_node in TEST_F() 693 ops.ModifyPosition(f6, other_bookmarks_id(), 0); in TEST_F() 694 ops.ModifyPosition(u3, other_bookmarks_id(), f1); // Prev == f1 is OK here. in TEST_F() 695 ops.ModifyPosition(f2, other_bookmarks_id(), u7); in TEST_F() 697 ops.ModifyPosition(u4, other_bookmarks_id(), f2); in TEST_F() 717 adds.AddURL(L"u1", url, other_bookmarks_id(), 0); in TEST_F() 748 adds.AddURL(L"u1", url, other_bookmarks_id(), 0); in TEST_F()
|
/external/chromium/chrome/browser/sync/glue/ |
D | bookmark_model_associator.cc | 484 int64 other_bookmarks_id; in LoadAssociations() local 485 if (!GetSyncIdForTaggedNode(kOtherBookmarksTag, &other_bookmarks_id)) { in LoadAssociations() 497 dfs_stack.push(other_bookmarks_id); in LoadAssociations()
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_service_bookmark_unittest.cc | 710 int64 other_bookmarks_id() { in other_bookmarks_id() function in browser_sync::__anon01276e860111::ProfileSyncServiceBookmarkTest 744 EXPECT_TRUE(other_bookmarks_id()); in TEST_F() 867 adds.AddURL(std::wstring(), javascript_url, other_bookmarks_id(), 0); in TEST_F() 951 int64 f0 = other_bookmarks_id(); // + other_node in TEST_F() 975 ops.ModifyPosition(f6, other_bookmarks_id(), 0); in TEST_F() 976 ops.ModifyPosition(u3, other_bookmarks_id(), f1); // Prev == f1 is OK here. in TEST_F() 977 ops.ModifyPosition(f2, other_bookmarks_id(), u7); in TEST_F() 979 ops.ModifyPosition(u4, other_bookmarks_id(), f2); in TEST_F() 999 adds.AddURL(L"u1", url, other_bookmarks_id(), 0); in TEST_F() 1030 adds.AddURL(L"u1", url, other_bookmarks_id(), 0); in TEST_F()
|