/external/chromium/chrome/browser/ui/webui/options/ |
import_data_handler.cc | 91 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/tab_contents/ |
tab_contents_wrapper.cc | 247 Profile* source_profile = Source<Profile>(source).ptr(); local 248 if (!source_profile || !source_profile->IsSameProfile(profile()))
|
/external/chromium_org/chrome/browser/importer/ |
firefox_importer_browsertest.cc | 256 importer::SourceProfile source_profile; local 257 source_profile.importer_type = importer::TYPE_FIREFOX; 258 source_profile.app_path = app_path_; 259 source_profile.source_path = profile_path_; 260 source_profile.locale = "en-US"; 269 host->StartImportSettings(source_profile,
|
ie_importer_browsertest_win.cc | 536 importer::SourceProfile source_profile; local 537 source_profile.importer_type = importer::TYPE_IE; 538 source_profile.source_path = temp_dir_.path(); 541 source_profile, 613 importer::SourceProfile source_profile; local 614 source_profile.importer_type = importer::TYPE_IE; 615 source_profile.source_path = temp_dir_.path(); 618 source_profile, 640 importer::SourceProfile source_profile; local 641 source_profile.importer_type = importer::TYPE_IE 666 importer::SourceProfile source_profile; local [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
import_data_handler.cc | 90 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.importer_name) 222 importer::SourceProfile source_profile; local [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.cc | 442 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/extensions/ |
extension_bookmarks_module.cc | 896 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/importer/ |
importer_unittest.cc | 99 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_org/chrome/browser/extensions/api/bookmarks/ |
bookmarks_api.cc | 968 importer::SourceProfile source_profile; local [all...] |
/external/chromium_org/chrome/browser/first_run/ |
first_run.cc | 234 // Launches the import, via |importer_host|, from |source_profile| into 239 const importer::SourceProfile& source_profile, 244 importer_host->StartImportSettings(source_profile, 260 importer::SourceProfile source_profile; local 261 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE; 269 source_profile.source_path = base::FilePath(import_bookmarks_path_str); 271 ImportFromSourceProfile(file_importer_host, source_profile, profile, 281 const importer::SourceProfile& source_profile = local 286 items_to_import &= source_profile.services_supported; 290 ImportFromSourceProfile(importer_host, source_profile, profile [all...] |
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_handler.cc | 463 Profile* source_profile = Profile::FromBrowserContext( local 465 if (!Profile::FromWebUI(web_ui())->IsSameProfile(source_profile)) 557 Profile* source_profile = NULL; local 574 source_profile = content::Source<Profile>(source).ptr(); 575 if (!profile->IsSameProfile(source_profile)) [all...] |
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 178 importer::SourceProfile source_profile; local 184 source_profile = profile; 201 importer_host->StartImportSettings(source_profile, [all...] |