Home
last modified time | relevance | path

Searched refs:other_folder_node (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
Dbookmark_codec.cc64 const BookmarkNode* other_folder_node, in Encode() argument
72 roots->Set(kOtherBookmarkFolderNameKey, EncodeNode(other_folder_node)); in Encode()
93 BookmarkNode* other_folder_node, in Decode() argument
103 bool success = DecodeHelper(bb_node, other_folder_node, mobile_folder_node, in Decode()
109 ReassignIDs(bb_node, other_folder_node, mobile_folder_node); in Decode()
161 BookmarkNode* other_folder_node, in DecodeHelper() argument
203 NULL, other_folder_node); in DecodeHelper()
238 other_folder_node->set_type(BookmarkNode::OTHER_NODE); in DecodeHelper()
241 other_folder_node->SetTitle( in DecodeHelper()
Dbookmark_codec.h47 const BookmarkNode* other_folder_node,
58 BookmarkNode* other_folder_node,
119 BookmarkNode* other_folder_node,
Dbookmark_storage.cc68 codec.Decode(details->bb_node(), details->other_folder_node(), in LoadCallback()
100 AddBookmarksToIndex(details.get(), details->other_folder_node()); in LoadCallback()
119 BookmarkPermanentNode* other_folder_node, in BookmarkLoadDetails() argument
125 other_folder_node_(other_folder_node), in BookmarkLoadDetails()
Dbookmark_storage.h46 BookmarkPermanentNode* other_folder_node,
63 BookmarkPermanentNode* other_folder_node() { in other_folder_node() function