Searched defs:first_folder_name (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest.cc195 string16 first_folder_name; local
200 first_folder_name, importer, &bookmarks,
248 first_folder_name, importer, &bookmarks,
282 first_folder_name, importer, &bookmarks,
H A Dexternal_process_importer_bridge.cc30 const string16& first_folder_name,
33 bookmarks, first_folder_name, options);
28 AddBookmarkEntries( const std::vector<ProfileWriter::BookmarkEntry>& bookmarks, const string16& first_folder_name, int options) argument
H A Din_process_importer_bridge.cc25 const string16& first_folder_name,
31 first_folder_name, options));
23 AddBookmarkEntries( const std::vector<ProfileWriter::BookmarkEntry>& bookmarks, const string16& first_folder_name, int options) argument
H A Dprofile_import_process_client.cc52 const string16& first_folder_name,
51 OnBookmarksImportStart( const string16& first_folder_name, int options, size_t total_bookmarks_count) argument
H A Dexternal_process_importer_client.cc170 const string16& first_folder_name,
176 bookmarks_first_folder_name_ = first_folder_name;
169 OnBookmarksImportStart( const string16& first_folder_name, int options, size_t total_bookmarks_count) argument
H A Dprofile_writer.cc65 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;
63 AddBookmarkEntry( const std::vector<BookmarkEntry>& bookmark, const string16& first_folder_name, int options) argument
316 DoesBookmarkExist( BookmarkModel* model, const BookmarkEntry& entry, const string16& first_folder_name, bool import_to_bookmark_bar) argument
H A Dtoolbar_importer.cc554 const string16& first_folder_name = local
558 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
H A Dfirefox2_importer.cc152 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);
148 ImportBookmarksFile( const FilePath& file_path, const std::set<GURL>& default_urls, bool import_to_bookmark_bar, const string16& first_folder_name, Importer* importer, std::vector<ProfileWriter::BookmarkEntry>* bookmarks, std::vector<TemplateURL*>* template_urls, std::vector<history::ImportedFaviconUsage>* favicons) argument
H A Dfirefox3_importer.cc292 const string16& first_folder_name = local
297 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
H A Die_importer.cc138 const string16& first_folder_name = local
143 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
H A Dimporter_unittest.cc242 const string16& first_folder_name,
608 const string16& first_folder_name,
818 const string16& first_folder_name,
241 AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark, const string16& first_folder_name, int options) argument
607 AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark, const string16& first_folder_name, int options) argument
817 AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark, const string16& first_folder_name, int options) argument

Completed in 125 milliseconds