Searched defs:other_folder_node (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_storage.h32 BookmarkNode* other_folder_node,
39 BookmarkNode* other_folder_node() { return other_folder_node_.get(); } function in class:BookmarkLoadDetails
H A Dbookmark_codec.cc50 const BookmarkNode* other_folder_node) {
55 roots->Set(kOtherBookmarkFolderNameKey, EncodeNode(other_folder_node));
69 BookmarkNode* other_folder_node,
78 bool success = DecodeHelper(bb_node, other_folder_node, value);
83 ReassignIDs(bb_node, other_folder_node);
117 BookmarkNode* other_folder_node,
156 other_folder_node); local
161 other_folder_node->set_type(BookmarkNode::OTHER_NODE);
163 other_folder_node->set_title(
49 Encode(const BookmarkNode* bookmark_bar_node, const BookmarkNode* other_folder_node) argument
68 Decode(BookmarkNode* bb_node, BookmarkNode* other_folder_node, int64* max_id, const Value& value) argument
116 DecodeHelper(BookmarkNode* bb_node, BookmarkNode* other_folder_node, const Value& value) argument
H A Dbookmark_storage.cc71 codec.Decode(details_->bb_node(), details_->other_folder_node(),
82 AddBookmarksToIndex(details_->other_folder_node());
117 BookmarkNode* other_folder_node,
121 other_folder_node_(other_folder_node),
116 BookmarkLoadDetails(BookmarkNode* bb_node, BookmarkNode* other_folder_node, BookmarkIndex* index, int64 max_id) argument
H A Dbookmark_model.cc828 BookmarkNode* other_folder_node = CreateOtherBookmarksNode(); local
830 bb_node, other_folder_node, new BookmarkIndex(profile()), next_node_id_);

Completed in 103 milliseconds