Home | History | Annotate | Download | only in importer

Lines Matching defs:bookmarks

81   // Note history should be imported before bookmarks because bookmark import
83 // exist in history or bookmarks.
173 // Load the default bookmarks. Its storage is the same as Firefox 2.
185 std::vector<ProfileWriter::BookmarkEntry> bookmarks;
216 // Import only valid bookmarks
223 // Skip the default bookmarks and unwanted URLs.
250 // the "Other bookmarks".
274 bookmarks.push_back(entry);
291 if (!bookmarks.empty() && !cancelled()) {
297 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
548 // Recursive add bookmarks in sub-folders.