Searched refs:Firefox2Importer (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dimporter_type.cc32 return new Firefox2Importer();
H A Dfirefox_importer_unittest.cc76 result = Firefox2Importer::ParseCharsetFromLine(
87 result = Firefox2Importer::ParseFolderNameFromLine(
97 result = Firefox2Importer::ParseFolderNameFromLine(
110 result = Firefox2Importer::ParseBookmarkFromLine(
122 result = Firefox2Importer::ParseBookmarkFromLine(
132 result = Firefox2Importer::ParseBookmarkFromLine(
143 result = Firefox2Importer::ParseBookmarkFromLine(
154 result = Firefox2Importer::ParseBookmarkFromLine(
168 result = Firefox2Importer::ParseBookmarkFromLine(
179 result = Firefox2Importer
[all...]
H A Dfirefox2_importer.h23 class Firefox2Importer : public Importer { class in inherits:Importer
25 Firefox2Importer();
61 virtual ~Firefox2Importer();
146 DISALLOW_COPY_AND_ASSIGN(Firefox2Importer);
H A Dfirefox2_importer.cc45 Firefox2Importer::Firefox2Importer() : parsing_bookmarks_html_file_(false) {} function in class:Firefox2Importer
47 Firefox2Importer::~Firefox2Importer() {}
49 void Firefox2Importer::StartImport(
93 void Firefox2Importer::LoadDefaultBookmarks(const FilePath& app_path,
130 TemplateURL* Firefox2Importer::CreateTemplateURL(const string16& title,
148 void Firefox2Importer::ImportBookmarksFile(
295 void Firefox2Importer::ImportBookmarks() {
336 void Firefox2Importer
[all...]
H A Dfirefox3_importer.cc175 Firefox2Importer::LoadDefaultBookmarks(app_path_, &default_urls);
281 TemplateURL* t_url = Firefox2Importer::CreateTemplateURL(
H A Dimporter_unittest.cc661 TEST_F(ImporterTest, MAYBE(Firefox2Importer)) {
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc226 Firefox2Importer::ImportBookmarksFile(path_,

Completed in 1117 milliseconds