Home | History | Annotate | Download | only in glue

Lines Matching refs:bookmark

61 // Bookmark comparer for map of bookmark nodes.
83 // Provides the following abstraction: given a parent bookmark node, find best
87 // Creates an instance with the given parent bookmark node.
90 // Finds the bookmark node that matches the given url, title and folder
132 // Create a bookmark node from the given bookmark attributes.
151 // Helper class to build an index of bookmark nodes by their IDs.
157 // Adds the given bookmark node and all its descendants to the ID index.
161 // Finds the bookmark node with the given ID.
327 const BookmarkNode* bookmark,
329 if (bookmark->GetTitle() != UTF8ToUTF16(sync_node->GetTitle()))
331 if (bookmark->is_folder() != sync_node->GetIsFolder())
333 if (bookmark->is_url()) {
334 if (bookmark->url() != GURL(sync_node->GetBookmarkSpecifics().url()))
339 // its favicon shouldn't result in a bookmark mismatch.
387 // matching bookmark node under the corresponding bookmark parent node.
388 // If no matching node is found, create a new bookmark node in the same
392 // * When all children sync nodes are done, add the extra children bookmark
403 // To prime our association, we associate the top-level nodes, Bookmark Bar
409 "Bookmark bar node not found",
443 // bookmark model (see BookmarkModel::DoneLoading(..)).
509 // TODO(sync): Only modify the bookmark model if necessary.
529 // corresponding children in the parent bookmark node and they are all in
531 // So the children starting from index in the parent bookmark node are the
577 // Check bookmark model from top to bottom.
599 GURL(bk_delete_journals[i].specifics.bookmark().url()),
600 bk_delete_journals[i].specifics.bookmark().title(),
625 // Ids of sync nodes not found in bookmark model, meaning the deletions are
684 "Could not lookup bookmark node for ID persistence.");
729 // Clear version on bookmark model so that we only report error once.