Home | History | Annotate | Download | only in importer

Lines Matching full:bookmarknode

75   std::set<const BookmarkNode*> folders_added_to;
98 const BookmarkNode* parent =
102 const BookmarkNode* child = NULL;
107 const BookmarkNode* node = parent->GetChild(index);
108 if ((node->type() == BookmarkNode::BOOKMARK_BAR ||
109 node->type() == BookmarkNode::FOLDER) &&
136 for (std::set<const BookmarkNode*>::const_iterator i =
295 const BookmarkNode* other = model->other_node();
298 const BookmarkNode* node = other->GetChild(i);
321 std::vector<const BookmarkNode*> nodes_with_same_url;
327 const BookmarkNode* node = nodes_with_same_url[i];
333 const BookmarkNode* parent = node->parent();