Home | History | Annotate | Download | only in first_run

Lines Matching full:profile

80 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
85 return_code = ImportFromFile(profile, cmdline);
89 return_code = ImportFromBrowser(profile, cmdline);
433 int FirstRun::ImportFromFile(Profile* profile, const CommandLine& cmdline) {
452 profile,
484 Profile* profile,
519 // Do import if there is an available profile for us to import.
553 ImportSettings(profile, importer_host, importer_list, items);
563 profile->GetPrefs()->SetBoolean(prefs::kHomePageIsNewTabPage, true);
564 first_run::ShowFirstRunDialog(profile, randomize_search_engine_experiment);
571 TemplateURLModel* search_engines_model = profile->GetTemplateURLModel();
628 bool FirstRun::ImportSettings(Profile* profile,
642 profile,
644 new ProfileWriter(profile),