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

  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 239 int64 other_bookmarks_sync_id; local
240 if (!GetSyncIdForTaggedNode(kOtherBookmarksTag, &other_bookmarks_sync_id)) {
252 if (!other_bookmarks_node.InitByIdLookup(other_bookmarks_sync_id)) {
352 int64 other_bookmarks_sync_id = GetSyncIdFromChromeId( local
354 DCHECK(other_bookmarks_sync_id != sync_api::kInvalidId);
357 dfs_stack.push(other_bookmarks_sync_id);

Completed in 2815 milliseconds