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

/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.h28 class FirefoxImporter : public Importer { class in inherits:Importer
30 FirefoxImporter();
40 virtual ~FirefoxImporter();
89 DISALLOW_COPY_AND_ASSIGN(FirefoxImporter);
H A Dfirefox_importer.cc82 struct FirefoxImporter::BookmarkItem {
94 FirefoxImporter::FirefoxImporter() { function in class:FirefoxImporter
97 FirefoxImporter::~FirefoxImporter() {
100 void FirefoxImporter::StartImport(
152 void FirefoxImporter::ImportHistory() {
196 void FirefoxImporter::ImportBookmarks() {
345 void FirefoxImporter::ImportPasswords() {
377 void FirefoxImporter
[all...]

Completed in 413 milliseconds