Lines Matching defs:nodes

104   std::vector<const BookmarkNode*> nodes;
105 nodes.push_back(model_->bookmark_bar_node()->GetChild(0));
107 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes);
146 std::vector<const BookmarkNode*> nodes;
147 nodes.push_back(model_->bookmark_bar_node()->GetChild(0));
149 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes);
165 std::vector<const BookmarkNode*> nodes;
166 nodes.push_back(model_->bookmark_bar_node()->GetChild(0));
167 nodes.push_back(model_->bookmark_bar_node()->GetChild(1)->GetChild(0));
169 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes);
185 std::vector<const BookmarkNode*> nodes;
186 nodes.push_back(model_->bookmark_bar_node()->GetChild(2));
188 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes);
204 std::vector<const BookmarkNode*> nodes;
205 nodes.push_back(model_->bookmark_bar_node()->GetChild(2));
206 nodes.push_back(model_->bookmark_bar_node()->GetChild(3));
208 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes);
224 std::vector<const BookmarkNode*> nodes;
225 nodes.push_back(model_->bookmark_bar_node()->GetChild(3));
226 nodes.push_back(model_->bookmark_bar_node()->GetChild(4));
228 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes);
251 std::vector<const BookmarkNode*> nodes;
252 nodes.push_back(model->bookmark_bar_node()->GetChild(0));
254 NULL, NULL, NULL, incognito, NULL, nodes[0]->parent(), nodes);
262 std::vector<const BookmarkNode*> nodes;
263 nodes.push_back(model_->other_node());
265 NULL, NULL, NULL, profile_.get(), NULL, nodes[0], nodes);
291 std::vector<const BookmarkNode*> nodes;
292 nodes.push_back(model_->bookmark_bar_node());
294 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes);
309 std::vector<const BookmarkNode*> nodes;
310 nodes.push_back(bb_node->GetChild(0));
313 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes));
321 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes));
330 NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes));