Searched defs:source_profile (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dexternal_process_importer_host.cc26 const importer::SourceProfile& source_profile,
34 source_profile_ = &source_profile;
40 CheckForFirefoxLock(source_profile, items, first_run);
25 StartImportSettings( const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items, ProfileWriter* writer, bool first_run) argument
H A Dprofile_import_process_host.cc31 const importer::SourceProfile& source_profile,
58 source_profile, items, localized_strings, import_to_bookmark_bar));
30 StartProfileImportProcess( const importer::SourceProfile& source_profile, uint16 items, bool import_to_bookmark_bar) argument
H A Dimporter_host.cc99 const importer::SourceProfile& source_profile,
112 importer_ = importer::CreateImporterByType(source_profile.importer_type);
126 importer_, &Importer::StartImport, source_profile, items, bridge);
128 CheckForFirefoxLock(source_profile, items, first_run);
133 if (source_profile.importer_type == importer::GOOGLE_TOOLBAR5) {
184 const importer::SourceProfile& source_profile,
187 if (source_profile.importer_type == importer::FIREFOX2 ||
188 source_profile.importer_type == importer::FIREFOX3) {
190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
98 StartImportSettings( const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items, ProfileWriter* writer, bool first_run) argument
183 CheckForFirefoxLock( const importer::SourceProfile& source_profile, uint16 items, bool first_run) argument
H A Dexternal_process_importer_client.cc19 const importer::SourceProfile& source_profile,
29 source_profile_(source_profile),
17 ExternalProcessImporterClient( ExternalProcessImporterHost* importer_host, const importer::SourceProfile& source_profile, uint16 items, InProcessImporterBridge* bridge, bool import_to_bookmark_bar) argument
H A Dtoolbar_importer.cc62 const importer::SourceProfile& source_profile,
61 StartImport( const importer::SourceProfile& source_profile, uint16 items, ImporterBridge* bridge) argument
H A Dfirefox2_importer.cc50 const importer::SourceProfile& source_profile,
54 source_path_ = source_profile.source_path;
55 app_path_ = source_profile.app_path;
58 (source_profile.importer_type == importer::BOOKMARKS_HTML);
49 StartImport( const importer::SourceProfile& source_profile, uint16 items, ImporterBridge* bridge) argument
H A Dfirefox3_importer.cc66 const importer::SourceProfile& source_profile,
73 source_path_ = source_profile.source_path;
74 app_path_ = source_profile.app_path;
65 StartImport( const importer::SourceProfile& source_profile, uint16 items, ImporterBridge* bridge) argument
H A Die_importer.cc83 void IEImporter::StartImport(const importer::SourceProfile& source_profile, argument
87 source_path_ = source_profile.source_path;
H A Dimporter_unittest.cc99 importer::SourceProfile source_profile; local
100 source_profile.importer_type = importer::FIREFOX3;
101 source_profile.app_path = app_path_;
102 source_profile.source_path = profile_path_;
109 &ImporterHost::StartImportSettings, source_profile,
392 importer::SourceProfile source_profile; local
393 source_profile.importer_type = importer::MS_IE;
394 source_profile.source_path = temp_dir_.path();
398 source_profile,
686 importer::SourceProfile source_profile; local
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Dimport_data_handler.cc91 const importer::SourceProfile& source_profile = local
93 uint16 supported_items = source_profile.services_supported;
112 importer_host_->StartImportSettings(source_profile, profile,
117 << source_profile.importer_name << "'.";
124 const importer::SourceProfile& source_profile = local
126 uint16 browser_services = source_profile.services_supported;
129 browser_profile->SetString("name", source_profile.importer_name);
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_progress_dialog_gtk.cc40 const importer::SourceProfile& source_profile,
48 source_profile.importer_name,
49 source_profile.importer_type == importer::BOOKMARKS_HTML);
57 source_profile, profile, items, new ProfileWriter(profile), first_run);
224 const SourceProfile& source_profile,
229 parent, items, importer_host, importer_observer, source_profile, profile,
35 StartImport( GtkWindow* parent, uint16 items, ImporterHost* importer_host, ImporterObserver* importer_observer, const importer::SourceProfile& source_profile, Profile* profile, bool first_run) argument
220 ShowImportProgressDialog(GtkWindow* parent, uint16 items, ImporterHost* importer_host, ImporterObserver* importer_observer, const SourceProfile& source_profile, Profile* profile, bool first_run) argument
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_progress_dialog_view.cc289 const SourceProfile& source_profile,
298 source_profile.importer_name,
299 source_profile.importer_type == importer::BOOKMARKS_HTML);
308 source_profile, target_profile, items, new ProfileWriter(target_profile),
285 ShowImportProgressDialog(HWND parent_window, uint16 items, ImporterHost* importer_host, ImporterObserver* importer_observer, const SourceProfile& source_profile, Profile* target_profile, bool first_run) argument
/external/chromium/chrome/browser/first_run/
H A Dfirst_run.cc442 importer::SourceProfile source_profile; local
443 source_profile.importer_type = importer::BOOKMARKS_HTML;
444 source_profile.source_path = file_path;
451 source_profile,
632 const importer::SourceProfile& source_profile = local
637 items_to_import &= source_profile.services_supported;
641 importer_host->StartImportSettings(source_profile,
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc247 Profile* source_profile = Source<Profile>(source).ptr(); local
248 if (!source_profile || !source_profile->IsSameProfile(profile()))
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_module.cc896 importer::SourceProfile source_profile; local
897 source_profile.importer_type = importer::BOOKMARKS_HTML;
898 source_profile.source_path = path;
899 importer_host->StartImportSettings(source_profile,
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc178 importer::SourceProfile source_profile; local
184 source_profile = profile;
201 importer_host->StartImportSettings(source_profile,

Completed in 299 milliseconds