Home
last modified time | relevance | path

Searched refs:source_profile (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/importer/
Dimporter_host.cc99 const importer::SourceProfile& source_profile, in StartImportSettings() argument
112 importer_ = importer::CreateImporterByType(source_profile.importer_type); in StartImportSettings()
126 importer_, &Importer::StartImport, source_profile, items, bridge); in StartImportSettings()
128 CheckForFirefoxLock(source_profile, items, first_run); in StartImportSettings()
133 if (source_profile.importer_type == importer::GOOGLE_TOOLBAR5) { in StartImportSettings()
184 const importer::SourceProfile& source_profile, in CheckForFirefoxLock() argument
187 if (source_profile.importer_type == importer::FIREFOX2 || in CheckForFirefoxLock()
188 source_profile.importer_type == importer::FIREFOX3) { in CheckForFirefoxLock()
190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path)); in CheckForFirefoxLock()
Dexternal_process_importer_host.cc26 const importer::SourceProfile& source_profile, in StartImportSettings() argument
34 source_profile_ = &source_profile; in StartImportSettings()
40 CheckForFirefoxLock(source_profile, items, first_run); in StartImportSettings()
Dimporter_unittest.cc99 importer::SourceProfile source_profile; in Firefox3xImporterTest() local
100 source_profile.importer_type = importer::FIREFOX3; in Firefox3xImporterTest()
101 source_profile.app_path = app_path_; in Firefox3xImporterTest()
102 source_profile.source_path = profile_path_; in Firefox3xImporterTest()
109 &ImporterHost::StartImportSettings, source_profile, in Firefox3xImporterTest()
392 importer::SourceProfile source_profile; in TEST_F() local
393 source_profile.importer_type = importer::MS_IE; in TEST_F()
394 source_profile.source_path = temp_dir_.path(); in TEST_F()
398 source_profile, in TEST_F()
686 importer::SourceProfile source_profile; in TEST_F() local
[all …]
Dimporter_host.h74 const importer::SourceProfile& source_profile,
95 void CheckForFirefoxLock(const importer::SourceProfile& source_profile,
Dprofile_import_process_host.cc31 const importer::SourceProfile& source_profile, in StartProfileImportProcess() argument
58 source_profile, items, localized_strings, import_to_bookmark_bar)); in StartProfileImportProcess()
Dimporter_progress_dialog.h28 const SourceProfile& source_profile,
Dexternal_process_importer_client.cc19 const importer::SourceProfile& source_profile, in ExternalProcessImporterClient() argument
29 source_profile_(source_profile), in ExternalProcessImporterClient()
Dexternal_process_importer_host.h33 const importer::SourceProfile& source_profile,
Dprofile_import_process_host.h43 bool StartProfileImportProcess(const importer::SourceProfile& source_profile,
Dimporter.h27 virtual void StartImport(const importer::SourceProfile& source_profile,
Die_importer.h24 virtual void StartImport(const importer::SourceProfile& source_profile,
Dfirefox3_importer.h37 virtual void StartImport(const importer::SourceProfile& source_profile,
Dsafari_importer.h47 virtual void StartImport(const importer::SourceProfile& source_profile,
Dfirefox2_importer.cc50 const importer::SourceProfile& source_profile, in StartImport() argument
54 source_path_ = source_profile.source_path; in StartImport()
55 app_path_ = source_profile.app_path; in StartImport()
58 (source_profile.importer_type == importer::BOOKMARKS_HTML); in StartImport()
Dfirefox2_importer.h28 virtual void StartImport(const importer::SourceProfile& source_profile,
Dexternal_process_importer_client.h35 const importer::SourceProfile& source_profile,
Dtoolbar_importer.h41 virtual void StartImport(const importer::SourceProfile& source_profile,
Dfirefox3_importer.cc66 const importer::SourceProfile& source_profile, in StartImport() argument
73 source_path_ = source_profile.source_path; in StartImport()
74 app_path_ = source_profile.app_path; in StartImport()
/external/chromium/chrome/browser/ui/webui/options/
Dimport_data_handler.cc91 const importer::SourceProfile& source_profile = in ImportData() local
93 uint16 supported_items = source_profile.services_supported; in ImportData()
112 importer_host_->StartImportSettings(source_profile, profile, in ImportData()
117 << source_profile.importer_name << "'."; in ImportData()
124 const importer::SourceProfile& source_profile = in OnSourceProfilesLoaded() local
126 uint16 browser_services = source_profile.services_supported; in OnSourceProfilesLoaded()
129 browser_profile->SetString("name", source_profile.importer_name); in OnSourceProfilesLoaded()
/external/chromium/chrome/browser/ui/gtk/importer/
Dimport_progress_dialog_gtk.cc40 const importer::SourceProfile& source_profile, in StartImport() argument
48 source_profile.importer_name, in StartImport()
49 source_profile.importer_type == importer::BOOKMARKS_HTML); in StartImport()
57 source_profile, profile, items, new ProfileWriter(profile), first_run); in StartImport()
224 const SourceProfile& source_profile, in ShowImportProgressDialog() argument
229 parent, items, importer_host, importer_observer, source_profile, profile, in ShowImportProgressDialog()
Dimport_progress_dialog_gtk.h30 const importer::SourceProfile& source_profile,
/external/chromium/chrome/browser/first_run/
Dfirst_run.cc442 importer::SourceProfile source_profile; in ImportFromFile() local
443 source_profile.importer_type = importer::BOOKMARKS_HTML; in ImportFromFile()
444 source_profile.source_path = file_path; in ImportFromFile()
451 source_profile, in ImportFromFile()
632 const importer::SourceProfile& source_profile = in ImportSettings() local
637 items_to_import &= source_profile.services_supported; in ImportSettings()
641 importer_host->StartImportSettings(source_profile, in ImportSettings()
/external/chromium/chrome/browser/ui/views/importer/
Dimport_progress_dialog_view.cc289 const SourceProfile& source_profile, in ShowImportProgressDialog() argument
298 source_profile.importer_name, in ShowImportProgressDialog()
299 source_profile.importer_type == importer::BOOKMARKS_HTML); in ShowImportProgressDialog()
308 source_profile, target_profile, items, new ProfileWriter(target_profile), in ShowImportProgressDialog()
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.cc247 Profile* source_profile = Source<Profile>(source).ptr(); in Observe() local
248 if (!source_profile || !source_profile->IsSameProfile(profile())) in Observe()
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_progress_dialog_cocoa.mm186 const SourceProfile& source_profile,
195 importerName:source_profile.importer_name
200 source_profile, target_profile, items, new ProfileWriter(target_profile),

12