HomeSort by relevance Sort by last modified time
    Searched refs:other_folder_node (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.h 47 const BookmarkNode* other_folder_node,
58 BookmarkNode* other_folder_node,
119 BookmarkNode* other_folder_node,
bookmark_storage.h 45 BookmarkPermanentNode* other_folder_node,
62 BookmarkPermanentNode* other_folder_node() { function in class:bookmarks::BookmarkLoadDetails
bookmark_storage.cc 68 codec.Decode(details->bb_node(), details->other_folder_node(),
100 AddBookmarksToIndex(details, details->other_folder_node());
118 BookmarkPermanentNode* other_folder_node,
124 other_folder_node_(other_folder_node),
bookmark_codec.cc 64 const BookmarkNode* other_folder_node,
72 roots->Set(kOtherBookmarkFolderNameKey, EncodeNode(other_folder_node));
93 BookmarkNode* other_folder_node,
103 bool success = DecodeHelper(bb_node, other_folder_node, mobile_folder_node,
109 ReassignIDs(bb_node, other_folder_node, mobile_folder_node);
161 BookmarkNode* other_folder_node,
203 NULL, other_folder_node); local
238 other_folder_node->set_type(BookmarkNode::OTHER_NODE);
241 other_folder_node->SetTitle(

Completed in 265 milliseconds