Home | History | Annotate | Download | only in importer

Lines Matching defs:bookmarks

192   // Import all bookmarks from a file which include an empty folder entry.
198 std::vector<ProfileWriter::BookmarkEntry> bookmarks;
200 first_folder_name, importer, &bookmarks,
202 EXPECT_EQ(3, static_cast<int>(bookmarks.size()));
206 if (bookmarks.size() == 3) {
207 it = bookmarks.begin();
244 // Import non-default bookmarks from a file.
245 bookmarks.clear();
248 first_folder_name, importer, &bookmarks,
250 EXPECT_EQ(2, static_cast<int>(bookmarks.size()));
251 if (bookmarks.size() == 2) {
252 it = bookmarks.begin();
277 // Import Epiphany bookmarks from a file
279 bookmarks.clear();
282 first_folder_name, importer, &bookmarks,
284 EXPECT_EQ(2, static_cast<int>(bookmarks.size()));
285 if (bookmarks.size() == 2) {
286 it = bookmarks.begin();