Searched refs:source_profile (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium/chrome/browser/importer/
H A Dimporter_progress_dialog.h20 // |source_profile| to |target_profile|. |importer_observer| is notified when
28 const SourceProfile& source_profile,
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_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 Dexternal_process_importer_host.h33 const importer::SourceProfile& source_profile,
H A Die_importer.h24 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Dimporter.h27 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Dprofile_import_process_host.h41 // |source_profile|, |items|, and |import_to_bookmark_bar| are all needed by
43 bool StartProfileImportProcess(const importer::SourceProfile& source_profile,
H A Dimporter_host.h68 // |source_profile| - importer profile to import.
74 const importer::SourceProfile& source_profile,
92 // |source_profile| - importer profile to import.
95 void CheckForFirefoxLock(const importer::SourceProfile& source_profile,
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 Dfirefox3_importer.h37 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Dsafari_importer.h47 virtual void StartImport(const importer::SourceProfile& source_profile,
/external/chromium_org/chrome/utility/importer/
H A Dbookmarks_file_importer.h17 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Dimporter.h24 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Die_importer_win.h25 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Dbookmarks_file_importer.cc78 const importer::SourceProfile& source_profile,
94 source_profile.source_path,
77 StartImport( const importer::SourceProfile& source_profile, uint16 items, ImporterBridge* bridge) argument
/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_org/chrome/browser/ui/webui/options/
H A Dimport_data_handler.cc90 const importer::SourceProfile& source_profile,
107 importer_host_->StartImportSettings(source_profile, profile,
112 source_profile.importer_type);
139 const importer::SourceProfile& source_profile = local
141 uint16 supported_items = source_profile.services_supported;
145 StartImport(source_profile, imported_items);
148 << source_profile.importer_name << "'.";
162 const importer::SourceProfile& source_profile = local
164 uint16 browser_services = source_profile.services_supported;
167 browser_profile->SetString("name", source_profile
89 StartImport( const importer::SourceProfile& source_profile, uint16 imported_items) argument
222 importer::SourceProfile source_profile; local
[all...]
/external/chromium_org/chrome/utility/
H A Dprofile_import_handler.cc36 const importer::SourceProfile& source_profile,
43 importer_ = importer::CreateImporterByType(source_profile.importer_type);
63 source_profile, items, bridge_));
35 OnImportStart( const importer::SourceProfile& source_profile, uint16 items, const base::DictionaryValue& localized_strings) argument
H A Dprofile_import_handler.h39 const importer::SourceProfile& source_profile,
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_host.cc46 const importer::SourceProfile& source_profile,
56 source_profile_ = source_profile;
59 if (!CheckForFirefoxLock(source_profile)) {
172 const importer::SourceProfile& source_profile) {
173 if (source_profile.importer_type != importer::TYPE_FIREFOX)
177 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
45 StartImportSettings( const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items, ProfileWriter* writer) argument
171 CheckForFirefoxLock( const importer::SourceProfile& source_profile) argument
H A Die_importer_browsertest_win.cc533 importer::SourceProfile source_profile; local
534 source_profile.importer_type = importer::TYPE_IE;
535 source_profile.source_path = temp_dir_.path();
538 source_profile,
610 importer::SourceProfile source_profile; local
611 source_profile.importer_type = importer::TYPE_IE;
612 source_profile.source_path = temp_dir_.path();
615 source_profile,
637 importer::SourceProfile source_profile; local
638 source_profile
663 importer::SourceProfile source_profile; local
[all...]
H A Dexternal_process_importer_host.h41 // |source_profile| - importer profile to import.
46 const importer::SourceProfile& source_profile,
108 // |source_profile| - importer profile to import.
110 bool CheckForFirefoxLock(const importer::SourceProfile& source_profile);
H A Dfirefox_importer_browsertest.cc257 importer::SourceProfile source_profile; local
258 source_profile.importer_type = importer::TYPE_FIREFOX;
259 source_profile.app_path = app_path_;
260 source_profile.source_path = profile_path_;
261 source_profile.locale = "en-US";
270 host->StartImportSettings(source_profile,
/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
H A Dimport_progress_dialog_gtk.h30 const importer::SourceProfile& source_profile,

Completed in 606 milliseconds

123