/external/chromium/chrome/browser/importer/ |
D | importer_host.cc | 99 const importer::SourceProfile& source_profile, in StartImportSettings() argument 112 importer_ = importer::CreateImporterByType(source_profile.importer_type); in StartImportSettings() 126 importer_, &Importer::StartImport, source_profile, items, bridge); in StartImportSettings() 128 CheckForFirefoxLock(source_profile, items, first_run); in StartImportSettings() 133 if (source_profile.importer_type == importer::GOOGLE_TOOLBAR5) { in StartImportSettings() 184 const importer::SourceProfile& source_profile, in CheckForFirefoxLock() argument 187 if (source_profile.importer_type == importer::FIREFOX2 || in CheckForFirefoxLock() 188 source_profile.importer_type == importer::FIREFOX3) { in CheckForFirefoxLock() 190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path)); in CheckForFirefoxLock()
|
D | external_process_importer_host.cc | 26 const importer::SourceProfile& source_profile, in StartImportSettings() argument 34 source_profile_ = &source_profile; in StartImportSettings() 40 CheckForFirefoxLock(source_profile, items, first_run); in StartImportSettings()
|
D | importer_unittest.cc | 99 importer::SourceProfile source_profile; in Firefox3xImporterTest() local 100 source_profile.importer_type = importer::FIREFOX3; in Firefox3xImporterTest() 101 source_profile.app_path = app_path_; in Firefox3xImporterTest() 102 source_profile.source_path = profile_path_; in Firefox3xImporterTest() 109 &ImporterHost::StartImportSettings, source_profile, in Firefox3xImporterTest() 392 importer::SourceProfile source_profile; in TEST_F() local 393 source_profile.importer_type = importer::MS_IE; in TEST_F() 394 source_profile.source_path = temp_dir_.path(); in TEST_F() 398 source_profile, in TEST_F() 686 importer::SourceProfile source_profile; in TEST_F() local [all …]
|
D | importer_host.h | 74 const importer::SourceProfile& source_profile, 95 void CheckForFirefoxLock(const importer::SourceProfile& source_profile,
|
D | profile_import_process_host.cc | 31 const importer::SourceProfile& source_profile, in StartProfileImportProcess() argument 58 source_profile, items, localized_strings, import_to_bookmark_bar)); in StartProfileImportProcess()
|
D | importer_progress_dialog.h | 28 const SourceProfile& source_profile,
|
D | external_process_importer_client.cc | 19 const importer::SourceProfile& source_profile, in ExternalProcessImporterClient() argument 29 source_profile_(source_profile), in ExternalProcessImporterClient()
|
D | external_process_importer_host.h | 33 const importer::SourceProfile& source_profile,
|
D | profile_import_process_host.h | 43 bool StartProfileImportProcess(const importer::SourceProfile& source_profile,
|
D | importer.h | 27 virtual void StartImport(const importer::SourceProfile& source_profile,
|
D | ie_importer.h | 24 virtual void StartImport(const importer::SourceProfile& source_profile,
|
D | firefox3_importer.h | 37 virtual void StartImport(const importer::SourceProfile& source_profile,
|
D | safari_importer.h | 47 virtual void StartImport(const importer::SourceProfile& source_profile,
|
D | firefox2_importer.cc | 50 const importer::SourceProfile& source_profile, in StartImport() argument 54 source_path_ = source_profile.source_path; in StartImport() 55 app_path_ = source_profile.app_path; in StartImport() 58 (source_profile.importer_type == importer::BOOKMARKS_HTML); in StartImport()
|
D | firefox2_importer.h | 28 virtual void StartImport(const importer::SourceProfile& source_profile,
|
D | external_process_importer_client.h | 35 const importer::SourceProfile& source_profile,
|
D | toolbar_importer.h | 41 virtual void StartImport(const importer::SourceProfile& source_profile,
|
D | firefox3_importer.cc | 66 const importer::SourceProfile& source_profile, in StartImport() argument 73 source_path_ = source_profile.source_path; in StartImport() 74 app_path_ = source_profile.app_path; in StartImport()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | import_data_handler.cc | 91 const importer::SourceProfile& source_profile = in ImportData() local 93 uint16 supported_items = source_profile.services_supported; in ImportData() 112 importer_host_->StartImportSettings(source_profile, profile, in ImportData() 117 << source_profile.importer_name << "'."; in ImportData() 124 const importer::SourceProfile& source_profile = in OnSourceProfilesLoaded() local 126 uint16 browser_services = source_profile.services_supported; in OnSourceProfilesLoaded() 129 browser_profile->SetString("name", source_profile.importer_name); in OnSourceProfilesLoaded()
|
/external/chromium/chrome/browser/ui/gtk/importer/ |
D | import_progress_dialog_gtk.cc | 40 const importer::SourceProfile& source_profile, in StartImport() argument 48 source_profile.importer_name, in StartImport() 49 source_profile.importer_type == importer::BOOKMARKS_HTML); in StartImport() 57 source_profile, profile, items, new ProfileWriter(profile), first_run); in StartImport() 224 const SourceProfile& source_profile, in ShowImportProgressDialog() argument 229 parent, items, importer_host, importer_observer, source_profile, profile, in ShowImportProgressDialog()
|
D | import_progress_dialog_gtk.h | 30 const importer::SourceProfile& source_profile,
|
/external/chromium/chrome/browser/first_run/ |
D | first_run.cc | 442 importer::SourceProfile source_profile; in ImportFromFile() local 443 source_profile.importer_type = importer::BOOKMARKS_HTML; in ImportFromFile() 444 source_profile.source_path = file_path; in ImportFromFile() 451 source_profile, in ImportFromFile() 632 const importer::SourceProfile& source_profile = in ImportSettings() local 637 items_to_import &= source_profile.services_supported; in ImportSettings() 641 importer_host->StartImportSettings(source_profile, in ImportSettings()
|
/external/chromium/chrome/browser/ui/views/importer/ |
D | import_progress_dialog_view.cc | 289 const SourceProfile& source_profile, in ShowImportProgressDialog() argument 298 source_profile.importer_name, in ShowImportProgressDialog() 299 source_profile.importer_type == importer::BOOKMARKS_HTML); in ShowImportProgressDialog() 308 source_profile, target_profile, items, new ProfileWriter(target_profile), in ShowImportProgressDialog()
|
/external/chromium/chrome/browser/ui/tab_contents/ |
D | tab_contents_wrapper.cc | 247 Profile* source_profile = Source<Profile>(source).ptr(); in Observe() local 248 if (!source_profile || !source_profile->IsSameProfile(profile())) in Observe()
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
D | import_progress_dialog_cocoa.mm | 186 const SourceProfile& source_profile, 195 importerName:source_profile.importer_name 200 source_profile, target_profile, items, new ProfileWriter(target_profile),
|