Lines Matching defs:parent
98 const BookmarkNode* parent =
106 for (int index = 0; index < parent->child_count(); ++index) {
107 const BookmarkNode* node = parent->GetChild(index);
116 child = model->AddFolder(parent, parent->child_count(), folder_name);
117 parent = child;
119 folders_added_to.insert(parent);
121 model->AddFolder(parent, parent->child_count(), it->title);
123 model->AddURLWithCreationTime(parent, parent->child_count(),
333 const BookmarkNode* parent = node->parent();
340 if (NULL == parent || *path_it != folder_name)
343 parent = parent->parent();
347 // /home/hello and /hello. The parent should either by the other folder
351 ((import_to_bookmark_bar && entry.in_toolbar && parent !=
354 parent != model->other_node()))) {