Home
last modified time | relevance | path

Searched refs:ImporterList (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/importer/
Dimporter_list.cc109 ImporterList::ImporterList() in ImporterList() function in ImporterList
116 ImporterList::~ImporterList() { in ~ImporterList()
119 void ImporterList::DetectSourceProfiles(Observer* observer) { in DetectSourceProfiles()
129 NewRunnableMethod(this, &ImporterList::DetectSourceProfilesWorker)); in DetectSourceProfiles()
132 void ImporterList::SetObserver(Observer* observer) { in SetObserver()
136 void ImporterList::DetectSourceProfilesHack() { in DetectSourceProfilesHack()
140 const importer::SourceProfile& ImporterList::GetSourceProfileAt( in GetSourceProfileAt()
147 const importer::SourceProfile& ImporterList::GetSourceProfileForImporterType( in GetSourceProfileForImporterType()
159 void ImporterList::DetectSourceProfilesWorker() { in DetectSourceProfilesWorker()
197 NewRunnableMethod(this, &ImporterList::SourceProfilesLoaded, profiles)); in DetectSourceProfilesWorker()
[all …]
Dimporter_list.h21 class ImporterList : public base::RefCountedThreadSafe<ImporterList> {
33 ImporterList();
63 friend class base::RefCountedThreadSafe<ImporterList>;
65 ~ImporterList();
98 DISALLOW_COPY_AND_ASSIGN(ImporterList);
/external/chromium/chrome/browser/ui/webui/options/
Dimport_data_handler.h21 public ImporterList::Observer,
46 scoped_refptr<ImporterList> importer_list_;
Dimport_data_handler.cc58 importer_list_ = new ImporterList; in Initialize()
/external/chromium/chrome/browser/first_run/
Dfirst_run.h23 class ImporterList; variable
114 scoped_refptr<ImporterList> importer_list,
Dfirst_run.cc289 scoped_refptr<ImporterList> importer_list(new ImporterList); in ProcessMasterPreferences()
516 scoped_refptr<ImporterList> importer_list(new ImporterList); in AutoImport()
630 scoped_refptr<ImporterList> importer_list, in ImportSettings()
Dfirst_run_win.cc362 scoped_refptr<ImporterList> importer_list, in ImportSettings()
392 scoped_refptr<ImporterList> importer_list(new ImporterList); in ImportFromBrowser()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h29 public ImporterList::Observer,
1139 scoped_refptr<ImporterList> importer_list_;
Dtesting_automation_provider.cc175 DCHECK_NE(static_cast<ImporterList*>(NULL), importer_list_.get()); in OnSourceProfilesLoaded()
3324 importer_list_ = new ImporterList; in ImportSettings()