Home | History | Annotate | Download | only in importer

Lines Matching defs:folder_name

103       const string16& folder_name = (!import_to_bookmark_bar &&
110 node->GetTitle() == folder_name) {
116 child = model->AddFolder(parent, parent->child_count(), folder_name);
292 const string16& folder_name) {
303 if (other_folder_names.find(folder_name) == other_folder_names.end())
304 return folder_name; // Name is unique, use it.
308 string16 name = folder_name + UTF8ToUTF16(base::StringPrintf(" (%d)", i));
313 return folder_name;
337 const string16& folder_name =
340 if (NULL == parent || *path_it != folder_name)