Searched refs:ImporterList (Results 1 – 9 of 9) sorted by relevance
109 ImporterList::ImporterList() in ImporterList() function in ImporterList116 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 …]
21 class ImporterList : public base::RefCountedThreadSafe<ImporterList> {33 ImporterList();63 friend class base::RefCountedThreadSafe<ImporterList>;65 ~ImporterList();98 DISALLOW_COPY_AND_ASSIGN(ImporterList);
21 public ImporterList::Observer,46 scoped_refptr<ImporterList> importer_list_;
58 importer_list_ = new ImporterList; in Initialize()
23 class ImporterList; variable114 scoped_refptr<ImporterList> importer_list,
289 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()
362 scoped_refptr<ImporterList> importer_list, in ImportSettings()392 scoped_refptr<ImporterList> importer_list(new ImporterList); in ImportFromBrowser()
29 public ImporterList::Observer,1139 scoped_refptr<ImporterList> importer_list_;
175 DCHECK_NE(static_cast<ImporterList*>(NULL), importer_list_.get()); in OnSourceProfilesLoaded()3324 importer_list_ = new ImporterList; in ImportSettings()