Searched defs:Firefox2Importer (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
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...]

Completed in 72 milliseconds