HomeSort by relevance Sort by last modified time
    Searched defs:source_profile (Results 1 - 6 of 6) sorted by null

  /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/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/chrome/browser/automation/
testing_automation_provider.cc 178 importer::SourceProfile source_profile; local
184 source_profile = profile;
201 importer_host->StartImportSettings(source_profile,
    [all...]

Completed in 241 milliseconds