Home
last modified time | relevance | path

Searched refs:GetSourceProfileAt (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dimport_data_handler.cc92 importer_list_->GetSourceProfileAt(browser_index); in ImportData()
125 importer_list_->GetSourceProfileAt(i); in OnSourceProfilesLoaded()
/external/chromium/chrome/browser/importer/
Dimporter_list.h56 const importer::SourceProfile& GetSourceProfileAt(size_t index) const;
Dimporter_list.cc140 const importer::SourceProfile& ImporterList::GetSourceProfileAt( in GetSourceProfileAt() function in ImporterList
/external/chromium/chrome/browser/first_run/
Dfirst_run.cc292 importer_list->GetSourceProfileAt(0).importer_type, in ProcessMasterPreferences()
633 importer_list->GetSourceProfileAt(0); in ImportSettings()
Dfirst_run_win.cc366 importer_list->GetSourceProfileAt(0).importer_type, in ImportSettings()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc182 importer::SourceProfile profile = importer_list_->GetSourceProfileAt(i); in OnSourceProfilesLoaded()