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

/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.cc82 const importer::SourceProfile& source_profile,
98 source_profile.source_path,
81 StartImport( const importer::SourceProfile& source_profile, uint16 items, ImporterBridge* bridge) argument
H A Dfirefox_importer.h33 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Dsafari_importer.h43 virtual void StartImport(const importer::SourceProfile& source_profile,
H A Dfirefox_importer.cc101 const importer::SourceProfile& source_profile,
105 source_path_ = source_profile.source_path;
106 app_path_ = source_profile.app_path;
109 locale_ = source_profile.locale;
100 StartImport( const importer::SourceProfile& source_profile, uint16 items, ImporterBridge* bridge) argument
H A Die_importer_win.cc410 void IEImporter::StartImport(const importer::SourceProfile& source_profile, argument
414 source_path_ = source_profile.source_path;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dimport_data_handler.cc104 const importer::SourceProfile& source_profile,
123 importer_host_->StartImportSettings(source_profile, profile,
128 source_profile.importer_type);
160 const importer::SourceProfile& source_profile = local
162 uint16 supported_items = source_profile.services_supported;
166 StartImport(source_profile, imported_items);
169 << source_profile.importer_name << "'.";
178 const importer::SourceProfile& source_profile = local
180 uint16 browser_services = source_profile.services_supported;
183 browser_profile->SetString("name", source_profile
103 StartImport( const importer::SourceProfile& source_profile, uint16 imported_items) argument
248 importer::SourceProfile source_profile; local
[all...]
H A Dimport_data_handler.h39 void StartImport(const importer::SourceProfile& source_profile,
/external/chromium_org/chrome/utility/
H A Dprofile_import_handler.cc42 const importer::SourceProfile& source_profile,
49 importer_ = importer::CreateImporterByType(source_profile.importer_type);
69 source_profile, items, bridge_));
41 OnImportStart( const importer::SourceProfile& source_profile, uint16 items, const base::DictionaryValue& localized_strings) argument
H A Dprofile_import_handler.h37 const importer::SourceProfile& source_profile,
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_host.cc45 const importer::SourceProfile& source_profile,
55 source_profile_ = source_profile;
58 if (!CheckForFirefoxLock(source_profile)) {
167 const importer::SourceProfile& source_profile) {
168 if (source_profile.importer_type != importer::TYPE_FIREFOX)
172 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
44 StartImportSettings( const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items, ProfileWriter* writer) argument
166 CheckForFirefoxLock( const importer::SourceProfile& source_profile) argument
H A Dexternal_process_importer_host.h39 // |source_profile| - importer profile to import.
44 const importer::SourceProfile& source_profile,
104 // |source_profile| - importer profile to import.
106 bool CheckForFirefoxLock(const importer::SourceProfile& source_profile);
H A Die_importer_browsertest_win.cc495 importer::SourceProfile source_profile; local
496 source_profile.importer_type = importer::TYPE_IE;
497 source_profile.source_path = temp_dir_.path();
500 source_profile,
572 importer::SourceProfile source_profile; local
573 source_profile.importer_type = importer::TYPE_IE;
574 source_profile.source_path = temp_dir_.path();
577 source_profile,
599 importer::SourceProfile source_profile; local
600 source_profile
625 importer::SourceProfile source_profile; local
[all...]
H A Dfirefox_importer_browsertest.cc299 importer::SourceProfile source_profile; local
300 source_profile.importer_type = importer::TYPE_FIREFOX;
301 source_profile.app_path = app_path_;
302 source_profile.source_path = profile_path_;
303 source_profile.locale = "en-US";
312 source_profile, browser()->profile(), items, writer);
H A Dexternal_process_importer_client.h50 const importer::SourceProfile& source_profile,
H A Dexternal_process_importer_client.cc26 const importer::SourceProfile& source_profile,
33 source_profile_(source_profile),
24 ExternalProcessImporterClient( base::WeakPtr<ExternalProcessImporterHost> importer_host, const importer::SourceProfile& source_profile, uint16 items, InProcessImporterBridge* bridge) argument
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.cc230 // Launches the import, via |importer_host|, from |source_profile| into
235 const importer::SourceProfile& source_profile,
240 importer_host->StartImportSettings(source_profile,
258 importer::SourceProfile source_profile; local
259 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE;
267 source_profile.source_path = base::FilePath(import_bookmarks_path_str);
269 ImportFromSourceProfile(file_importer_host, source_profile, profile,
279 const importer::SourceProfile& source_profile = local
284 items_to_import &= source_profile.services_supported;
288 ImportFromSourceProfile(importer_host, source_profile, profil
234 ImportFromSourceProfile(ExternalProcessImporterHost* importer_host, const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items_to_import) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc821 importer::SourceProfile source_profile; local
822 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE;
823 source_profile.source_path = path;
824 importer_host->StartImportSettings(source_profile,
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc596 Profile* source_profile = Profile::FromBrowserContext( local
598 if (!Profile::FromWebUI(web_ui())->IsSameProfile(source_profile))
688 Profile* source_profile = NULL; local
705 source_profile = content::Source<Profile>(source).ptr();
706 if (!profile->IsSameProfile(source_profile))
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_helper_unittest.cc192 content::Source<Profile> source_profile(NULL);
202 source_profile,

Completed in 133 milliseconds