Home | History | Annotate | Download | only in importer

Lines Matching defs:ImporterList

100 ImporterList::ImporterList()
107 void ImporterList::DetectSourceProfiles(
120 base::Bind(&ImporterList::DetectSourceProfilesWorker, this, locale));
123 void ImporterList::DetectSourceProfilesHack(const std::string& locale) {
127 const importer::SourceProfile& ImporterList::GetSourceProfileAt(
134 const importer::SourceProfile& ImporterList::GetSourceProfileForImporterType(
146 ImporterList::~ImporterList() {
149 void ImporterList::DetectSourceProfilesWorker(const std::string& locale) {
191 base::Bind(&ImporterList::SourceProfilesLoaded, this, profiles));
198 void ImporterList::SourceProfilesLoaded(