HomeSort by relevance Sort by last modified time
    Searched full:first_folder_name (Results 1 - 19 of 19) sorted by null

  /external/chromium/chrome/browser/importer/
profile_writer.h 87 // |first_folder_name|. For example, if |first_folder_name| is 'foo'
94 const string16& first_folder_name,
130 // as |entry|. |first_folder_name| is the name to use for the first
134 const string16& first_folder_name,
external_process_importer_bridge.cc 30 const string16& first_folder_name,
33 bookmarks, first_folder_name, options);
in_process_importer_bridge.cc 25 const string16& first_folder_name,
31 first_folder_name, options));
in_process_importer_bridge.h 28 const string16& first_folder_name,
external_process_importer_bridge.h 34 const string16& first_folder_name,
firefox_importer_unittest.cc 195 string16 first_folder_name; local
200 first_folder_name, importer, &bookmarks,
248 first_folder_name, importer, &bookmarks,
282 first_folder_name, importer, &bookmarks,
importer_bridge.h 27 const string16& first_folder_name,
profile_import_process_client.cc 52 const string16& first_folder_name,
profile_import_process_client.h 60 const string16& first_folder_name,
external_process_importer_client.cc 170 const string16& first_folder_name,
176 bookmarks_first_folder_name_ = first_folder_name;
external_process_importer_client.h 81 // |first_folder_name| can be NULL.
84 virtual void OnBookmarksImportStart(const string16& first_folder_name,
profile_writer.cc 65 const string16& first_folder_name,
71 string16 real_first_folder = import_to_bookmark_bar ? first_folder_name :
72 GenerateUniqueFolderName(model, first_folder_name);
319 const string16& first_folder_name,
339 first_folder_name : *path_it;
firefox2_importer.cc 152 const string16& first_folder_name,
163 string16 last_folder = first_folder_name;
308 string16 first_folder_name = bridge_->GetLocalizedString( local
313 first_folder_name, this, &bookmarks, &template_urls,
323 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
safari_importer.mm 105 const string16& first_folder_name =
110 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
firefox2_importer.h 50 const string16& first_folder_name,
toolbar_importer.cc 554 const string16& first_folder_name = local
558 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
importer_unittest.cc 242 const string16& first_folder_name,
608 const string16& first_folder_name,
818 const string16& first_folder_name,
    [all...]
firefox3_importer.cc 292 const string16& first_folder_name = local
297 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
ie_importer.cc 138 const string16& first_folder_name = local
143 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);

Completed in 358 milliseconds