Home
last modified time | relevance | path

Searched refs:importer_type (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/first_run/
Dfirst_run_win.cc257 std::string EncodeImportParams(int importer_type, in EncodeImportParams() argument
262 "%d@%d@%d@%d", importer_type, options, skip_first_run_ui, window); in EncodeImportParams()
266 int* importer_type, in DecodeImportParams() argument
275 if (!base::StringToInt(parts[0], importer_type)) in DecodeImportParams()
309 int importer_type, in ImportSettings() argument
332 EncodeImportParams(importer_type, items_to_import, in ImportSettings()
366 importer_list->GetSourceProfileAt(0).importer_type, in ImportSettings()
380 int importer_type = 0; in ImportFromBrowser() local
384 if (!DecodeImportParams(import_info, &importer_type, &items_to_import, in ImportFromBrowser()
405 importer_list->GetSourceProfileForImporterType(importer_type), in ImportFromBrowser()
Dfirst_run.h172 int importer_type,
Dfirst_run.cc292 importer_list->GetSourceProfileAt(0).importer_type, in ProcessMasterPreferences()
443 source_profile.importer_type = importer::BOOKMARKS_HTML; in ImportFromFile()
/external/chromium/chrome/browser/importer/
Dimporter_list.cc29 ie->importer_type = importer::MS_IE; in DetectIEProfiles()
46 safari->importer_type = importer::SAFARI; in DetectSafariProfiles()
80 firefox->importer_type = firefox_type; in DetectFirefoxProfiles()
100 google_toolbar->importer_type = importer::GOOGLE_TOOLBAR5; in DetectGoogleToolbarProfiles()
148 int importer_type) const { in GetSourceProfileForImporterType()
152 if (source_profiles_[i]->importer_type == importer_type) in GetSourceProfileForImporterType()
Dimporter_host.cc112 importer_ = importer::CreateImporterByType(source_profile.importer_type); in StartImportSettings()
133 if (source_profile.importer_type == importer::GOOGLE_TOOLBAR5) { in StartImportSettings()
187 if (source_profile.importer_type == importer::FIREFOX2 || in CheckForFirefoxLock()
188 source_profile.importer_type == importer::FIREFOX3) { in CheckForFirefoxLock()
Dprofile_import_process_messages.h33 WriteParam(m, static_cast<int>(p.importer_type));
42 int importer_type = 0;
43 if (!ReadParam(m, iter, &importer_type))
45 p->importer_type = static_cast<importer::ImporterType>(importer_type);
62 LogParam(static_cast<int>(p.importer_type), l);
Dimporter_data_types.cc10 : importer_type(NONE_IMPORTER), in SourceProfile()
Dimporter_data_types.h37 ImporterType importer_type; member
Dimporter_list.h60 int importer_type) const;
Dimporter_unittest.cc100 source_profile.importer_type = importer::FIREFOX3; in Firefox3xImporterTest()
393 source_profile.importer_type = importer::MS_IE; in TEST_F()
687 source_profile.importer_type = importer::FIREFOX2; in TEST_F()
Dfirefox2_importer.cc58 (source_profile.importer_type == importer::BOOKMARKS_HTML); in StartImport()
/external/chromium_org/chrome/browser/importer/
Dimporter_list.cc32 ie->importer_type = importer::TYPE_IE; in DetectIEProfiles()
49 safari->importer_type = importer::TYPE_SAFARI; in DetectSafariProfiles()
85 firefox->importer_type = firefox_type; in DetectFirefoxProfiles()
139 int importer_type) const { in GetSourceProfileForImporterType()
143 if (source_profiles_[i]->importer_type == importer_type) in GetSourceProfileForImporterType()
188 bookmarks_profile->importer_type = importer::TYPE_BOOKMARKS_FILE; in DetectSourceProfilesWorker()
Dimporter_list.h58 int importer_type) const;
Die_importer_browsertest_win.cc537 source_profile.importer_type = importer::TYPE_IE; in IN_PROC_BROWSER_TEST_F()
614 source_profile.importer_type = importer::TYPE_IE; in IN_PROC_BROWSER_TEST_F()
641 source_profile.importer_type = importer::TYPE_IE; in IN_PROC_BROWSER_TEST_F()
667 source_profile.importer_type = importer::TYPE_IE; in IN_PROC_BROWSER_TEST_F()
Dexternal_process_importer_host.cc168 if (source_profile.importer_type != importer::TYPE_FIREFOX) in CheckForFirefoxLock()
Dfirefox_importer_browsertest.cc257 source_profile.importer_type = importer::TYPE_FIREFOX; in Firefox3xImporterBrowserTest()
/external/chromium_org/chrome/common/importer/
Dprofile_import_process_messages.h34 WriteParam(m, static_cast<int>(p.importer_type));
44 int importer_type = 0;
45 if (!ReadParam(m, iter, &importer_type))
47 p->importer_type = static_cast<importer::ImporterType>(importer_type);
68 LogParam(static_cast<int>(p.importer_type), l);
Dimporter_data_types.cc10 : importer_type(TYPE_UNKNOWN), in SourceProfile()
Dimporter_data_types.h40 ImporterType importer_type; member
/external/chromium_org/chrome/browser/ui/webui/options/
Dimport_data_handler.cc112 source_profile.importer_type); in StartImport()
180 source_profile.importer_type == importer::TYPE_SAFARI); in InitializePage()
223 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE; in FileSelected()
/external/chromium_org/chrome/utility/
Dprofile_import_handler.cc43 importer_ = importer::CreateImporterByType(source_profile.importer_type); in OnImportStart()
/external/chromium/chrome/browser/ui/gtk/importer/
Dimport_progress_dialog_gtk.cc49 source_profile.importer_type == importer::BOOKMARKS_HTML); in StartImport()
/external/chromium_org/chrome/browser/first_run/
Dfirst_run.cc261 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE; in ImportFromFile()
791 "AutoImport", importer_list->GetSourceProfileAt(0).importer_type); in AutoImport()
/external/chromium/chrome/browser/ui/views/importer/
Dimport_progress_dialog_view.cc299 source_profile.importer_type == importer::BOOKMARKS_HTML); in ShowImportProgressDialog()
/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_module.cc897 source_profile.importer_type = importer::BOOKMARKS_HTML; in FileSelected()

12