Searched refs:other_folder_node (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.h49 const BookmarkNode* other_folder_node);
57 BookmarkNode* other_folder_node,
100 BookmarkNode* other_folder_node,
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.h32 BookmarkNode* other_folder_node,
39 BookmarkNode* other_folder_node() { return other_folder_node_.get(); } function in class:BookmarkLoadDetails
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_);
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_codec.h45 const BookmarkNode* other_folder_node,
55 BookmarkNode* other_folder_node,
104 BookmarkNode* other_folder_node,
H A Dbookmark_storage.cc67 codec.Decode(details->bb_node(), details->other_folder_node(),
79 AddBookmarksToIndex(details, details->other_folder_node());
97 BookmarkPermanentNode* other_folder_node,
102 other_folder_node_(other_folder_node),
95 BookmarkLoadDetails( BookmarkPermanentNode* bb_node, BookmarkPermanentNode* other_folder_node, BookmarkPermanentNode* mobile_folder_node, BookmarkIndex* index, int64 max_id) argument
H A Dbookmark_codec.cc56 const BookmarkNode* other_folder_node,
63 roots->Set(kOtherBookmarkFolderNameKey, EncodeNode(other_folder_node));
79 BookmarkNode* other_folder_node,
89 bool success = DecodeHelper(bb_node, other_folder_node, mobile_folder_node,
95 ReassignIDs(bb_node, other_folder_node, mobile_folder_node);
131 BookmarkNode* other_folder_node,
172 other_folder_node); local
198 other_folder_node->set_type(BookmarkNode::OTHER_NODE);
201 other_folder_node->SetTitle(
55 Encode(const BookmarkNode* bookmark_bar_node, const BookmarkNode* other_folder_node, const BookmarkNode* mobile_folder_node, const std::string& model_meta_info) argument
78 Decode(BookmarkNode* bb_node, BookmarkNode* other_folder_node, BookmarkNode* mobile_folder_node, int64* max_id, const Value& value) argument
130 DecodeHelper(BookmarkNode* bb_node, BookmarkNode* other_folder_node, BookmarkNode* mobile_folder_node, const Value& value) argument
H A Dbookmark_storage.h35 BookmarkPermanentNode* other_folder_node,
49 BookmarkPermanentNode* other_folder_node() { function in class:BookmarkLoadDetails

Completed in 99 milliseconds