Home
last modified time | relevance | path

Searched refs:other_bookmarks_sync_id (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dbookmark_model_associator.cc239 int64 other_bookmarks_sync_id; in SyncModelHasUserCreatedNodes() local
240 if (!GetSyncIdForTaggedNode(kOtherBookmarksTag, &other_bookmarks_sync_id)) { in SyncModelHasUserCreatedNodes()
252 if (!other_bookmarks_node.InitByIdLookup(other_bookmarks_sync_id)) { in SyncModelHasUserCreatedNodes()
352 int64 other_bookmarks_sync_id = GetSyncIdFromChromeId( in BuildAssociations() local
354 DCHECK(other_bookmarks_sync_id != sync_api::kInvalidId); in BuildAssociations()
357 dfs_stack.push(other_bookmarks_sync_id); in BuildAssociations()
/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_model_associator.cc288 int64 other_bookmarks_sync_id; in SyncModelHasUserCreatedNodes() local
289 if (!GetSyncIdForTaggedNode(kOtherBookmarksTag, &other_bookmarks_sync_id)) { in SyncModelHasUserCreatedNodes()
306 if (other_bookmarks_node.InitByIdLookup(other_bookmarks_sync_id) != in SyncModelHasUserCreatedNodes()
439 int64 other_bookmarks_sync_id = GetSyncIdFromChromeId( in BuildAssociations() local
441 DCHECK_NE(other_bookmarks_sync_id, syncer::kInvalidId); in BuildAssociations()
452 dfs_stack.push(other_bookmarks_sync_id); in BuildAssociations()