Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:nodes

61 // a drop from the same profile is only allowed if none of the nodes in
62 // |data| are an ancestor of |drop_parent| and one of the nodes isn't already
69 // Clones bookmark node, adding newly created nodes to |parent| starting at
78 const std::vector<const BookmarkNode*>& nodes,
81 // Opens all the bookmarks in |nodes| that are of type url and all the child
82 // bookmarks that are of type url for folders in |nodes|. |initial_disposition|
90 const std::vector<const BookmarkNode*>& nodes,
100 // Copies nodes onto the clipboard. If |remove_nodes| is true the nodes are
101 // removed after copied to the clipboard. The nodes are copied in such a way
104 const std::vector<const BookmarkNode*>& nodes,
107 // Pastes from the clipboard. The new nodes are added to |parent|, unless
108 // |parent| is null in which case this does nothing. The nodes are inserted
109 // at |index|. If |index| is -1 the nodes are added to the end.
127 // only nodes of type url.
130 std::vector<const BookmarkNode*>* nodes);
154 std::vector<const BookmarkNode*>* nodes);
204 // added nodes should be added at.