Home
last modified time | relevance | path

Searched refs:importer_list (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/first_run/
Dfirst_run.cc289 scoped_refptr<ImporterList> importer_list(new ImporterList); in ProcessMasterPreferences() local
290 importer_list->DetectSourceProfilesHack(); in ProcessMasterPreferences()
292 importer_list->GetSourceProfileAt(0).importer_type, in ProcessMasterPreferences()
516 scoped_refptr<ImporterList> importer_list(new ImporterList); in AutoImport() local
517 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() argument
633 importer_list->GetSourceProfileAt(0); in ImportSettings()
Dfirst_run_win.cc362 scoped_refptr<ImporterList> importer_list, in ImportSettings() argument
366 importer_list->GetSourceProfileAt(0).importer_type, in ImportSettings()
392 scoped_refptr<ImporterList> importer_list(new ImporterList); in ImportFromBrowser() local
393 importer_list->DetectSourceProfilesHack(); in ImportFromBrowser()
405 importer_list->GetSourceProfileForImporterType(importer_type), in ImportFromBrowser()
Dfirst_run.h114 scoped_refptr<ImporterList> importer_list,