OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_bookmarks_sync_id
(Results
1 - 2
of
2
) 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
);
/external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc
288
int64
other_bookmarks_sync_id
;
local
289
if (!GetSyncIdForTaggedNode(kOtherBookmarksTag, &
other_bookmarks_sync_id
)) {
306
if (other_bookmarks_node.InitByIdLookup(
other_bookmarks_sync_id
) !=
439
int64
other_bookmarks_sync_id
= GetSyncIdFromChromeId(
local
441
DCHECK_NE(
other_bookmarks_sync_id
, syncer::kInvalidId);
452
dfs_stack.push(
other_bookmarks_sync_id
);
Completed in 54 milliseconds