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

  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 317 int64 other_bookmarks_sync_id; local
318 if (!GetSyncIdForTaggedNode(kOtherBookmarksTag, &other_bookmarks_sync_id)) {
335 if (other_bookmarks_node.InitByIdLookup(other_bookmarks_sync_id) !=
474 int64 other_bookmarks_sync_id = GetSyncIdFromChromeId( local
476 DCHECK_NE(other_bookmarks_sync_id, syncer::kInvalidId);
487 dfs_stack.push(other_bookmarks_sync_id);

Completed in 176 milliseconds