Searched refs:importer_list (Results 1 – 3 of 3) sorted by relevance
289 scoped_refptr<ImporterList> importer_list(new ImporterList); in ProcessMasterPreferences() local290 importer_list->DetectSourceProfilesHack(); in ProcessMasterPreferences()292 importer_list->GetSourceProfileAt(0).importer_type, in ProcessMasterPreferences()516 scoped_refptr<ImporterList> importer_list(new ImporterList); in AutoImport() local517 importer_list->DetectSourceProfilesHack(); in AutoImport()520 if (importer_list->count() > 0) { in AutoImport()553 ImportSettings(profile, importer_host, importer_list, items); in AutoImport()630 scoped_refptr<ImporterList> importer_list, in ImportSettings() argument633 importer_list->GetSourceProfileAt(0); in ImportSettings()
362 scoped_refptr<ImporterList> importer_list, in ImportSettings() argument366 importer_list->GetSourceProfileAt(0).importer_type, in ImportSettings()392 scoped_refptr<ImporterList> importer_list(new ImporterList); in ImportFromBrowser() local393 importer_list->DetectSourceProfilesHack(); in ImportFromBrowser()405 importer_list->GetSourceProfileForImporterType(importer_type), in ImportFromBrowser()
114 scoped_refptr<ImporterList> importer_list,