Home | History | Annotate | Download | only in importer

Lines Matching refs:Importer

14 #include "chrome/browser/importer/importer_data_types.h"
15 #include "chrome/browser/importer/profile_writer.h"
21 class Importer;
25 namespace importer {
47 void SetObserver(importer::ImporterProgressObserver* observer);
53 void NotifyImportItemStarted(importer::ImportItem item);
54 void NotifyImportItemEnded(importer::ImportItem item);
57 // When in headless mode, the importer will not show the warning dialog and
68 // |source_profile| - importer profile to import.
70 // |items| - specifies which data to import (bitmask of importer::ImportItem).
74 const importer::SourceProfile& source_profile,
86 // Returns true if importer should import to bookmark bar.
92 // |source_profile| - importer profile to import.
93 // |items| - specifies which data to import (bitmask of importer::ImportItem).
95 void CheckForFirefoxLock(const importer::SourceProfile& source_profile,
113 // The importer used in the task.
114 Importer* importer_;
128 // Writes data from the importer back to the profile.
159 importer::ImporterProgressObserver* observer_;