HomeSort by relevance Sort by last modified time
    Searched full:other_bookmarks_id (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 484 int64 other_bookmarks_id() { function in class:browser_sync::__anon3900::ProfileSyncServiceBookmarkTest
515 EXPECT_TRUE(other_bookmarks_id());
593 adds.AddURL(L"", javascript_url, other_bookmarks_id(), 0);
669 int64 f0 = other_bookmarks_id(); // + other_node
693 ops.ModifyPosition(f6, other_bookmarks_id(), 0);
694 ops.ModifyPosition(u3, other_bookmarks_id(), f1); // Prev == f1 is OK here.
695 ops.ModifyPosition(f2, other_bookmarks_id(), u7);
697 ops.ModifyPosition(u4, other_bookmarks_id(), f2);
717 adds.AddURL(L"u1", url, other_bookmarks_id(), 0);
748 adds.AddURL(L"u1", url, other_bookmarks_id(), 0)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 484 int64 other_bookmarks_id; local
485 if (!GetSyncIdForTaggedNode(kOtherBookmarksTag, &other_bookmarks_id)) {
497 dfs_stack.push(other_bookmarks_id);

Completed in 358 milliseconds