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

  /external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc 103 base::string16 first_folder_name = local
105 bridge->AddBookmarks(bookmarks, first_folder_name);
external_process_importer_bridge.h 51 const base::string16& first_folder_name) OVERRIDE;
external_process_importer_bridge.cc 44 const base::string16& first_folder_name) {
46 first_folder_name, bookmarks.size()));
safari_importer.mm 88 const base::string16& first_folder_name =
90 bridge_->AddBookmarks(bookmarks, first_folder_name);
firefox_importer.cc 331 const base::string16& first_folder_name = local
333 bridge_->AddBookmarks(bookmarks, first_folder_name);
ie_importer_win.cc 464 const base::string16& first_folder_name = local
466 bridge_->AddBookmarks(bookmarks, first_folder_name);
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h 39 const base::string16& first_folder_name) OVERRIDE;
profile_writer.h 72 // For example, if |first_folder_name| is 'Imported from IE' and a folder with
external_process_importer_client.cc 191 const base::string16& first_folder_name,
196 bookmarks_first_folder_name_ = first_folder_name;
in_process_importer_bridge.cc 183 const base::string16& first_folder_name) {
187 first_folder_name));
external_process_importer_client.h 74 void OnBookmarksImportStart(const base::string16& first_folder_name,
  /external/chromium_org/chrome/common/importer/
importer_bridge.h 41 const base::string16& first_folder_name) = 0;

Completed in 2550 milliseconds