Home | History | Annotate | Download | only in importer

Lines Matching defs:bookmarks

65   // Note history should be imported before bookmarks because bookmark import
67 // exist in history or bookmarks.
97 .AppendASCII("bookmarks.html");
154 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
226 bookmarks->push_back(entry);
245 // Bookmarks in sub-folder are encapsulated with <DL> tag.
279 bookmarks->push_back(entry);
291 bookmarks->insert(bookmarks->begin(), toolbar_bookmarks.begin(),
296 // Load the default bookmarks.
301 // Parse the bookmarks.html file.
302 std::vector<ProfileWriter::BookmarkEntry> bookmarks, toolbar_bookmarks;
307 file = file.AppendASCII("bookmarks.html");
313 first_folder_name, this, &bookmarks, &template_urls,
317 if (!bookmarks.empty() && !cancelled()) {
323 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
675 // We only have one URL per favicon for Firefox 2 bookmarks.