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.h46 const BookmarkNode* other_folder_node,
57 BookmarkNode* other_folder_node,
118 BookmarkNode* other_folder_node,
H A Dbookmark_storage.cc67 codec.Decode(details->bb_node(), details->other_folder_node(),
81 AddBookmarksToIndex(details, details->other_folder_node());
99 BookmarkPermanentNode* other_folder_node,
104 other_folder_node_(other_folder_node),
97 BookmarkLoadDetails( BookmarkPermanentNode* bb_node, BookmarkPermanentNode* other_folder_node, BookmarkPermanentNode* mobile_folder_node, BookmarkIndex* index, int64 max_id) argument
H A Dbookmark_storage.h36 BookmarkPermanentNode* other_folder_node,
50 BookmarkPermanentNode* other_folder_node() { function in class:BookmarkLoadDetails
H A Dbookmark_codec.cc62 const BookmarkNode* other_folder_node,
70 roots->Set(kOtherBookmarkFolderNameKey, EncodeNode(other_folder_node));
91 BookmarkNode* other_folder_node,
101 bool success = DecodeHelper(bb_node, other_folder_node, mobile_folder_node,
107 ReassignIDs(bb_node, other_folder_node, mobile_folder_node);
159 BookmarkNode* other_folder_node,
200 other_folder_node); local
235 other_folder_node->set_type(BookmarkNode::OTHER_NODE);
238 other_folder_node->SetTitle(
60 Encode( const BookmarkNode* bookmark_bar_node, const BookmarkNode* other_folder_node, const BookmarkNode* mobile_folder_node, const BookmarkNode::MetaInfoMap* model_meta_info_map, int64 sync_transaction_version) argument
90 Decode(BookmarkNode* bb_node, BookmarkNode* other_folder_node, BookmarkNode* mobile_folder_node, int64* max_id, const Value& value) argument
158 DecodeHelper(BookmarkNode* bb_node, BookmarkNode* other_folder_node, BookmarkNode* mobile_folder_node, const Value& value) argument

Completed in 113 milliseconds