HomeSort by relevance Sort by last modified time
    Searched refs:importer_type (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/importer/
importer_data_types.cc 10 : importer_type(NONE_IMPORTER),
importer_data_types.h 14 #include "chrome/browser/importer/importer_type.h"
37 ImporterType importer_type; member in struct:importer::SourceProfile
importer_list.cc 29 ie->importer_type = importer::MS_IE;
46 safari->importer_type = importer::SAFARI;
80 firefox->importer_type = firefox_type;
100 google_toolbar->importer_type = importer::GOOGLE_TOOLBAR5;
148 int importer_type) const {
152 if (source_profiles_[i]->importer_type == importer_type)
importer_host.cc 14 #include "chrome/browser/importer/importer_type.h"
112 importer_ = importer::CreateImporterByType(source_profile.importer_type);
133 if (source_profile.importer_type == importer::GOOGLE_TOOLBAR5) {
187 if (source_profile.importer_type == importer::FIREFOX2 ||
188 source_profile.importer_type == importer::FIREFOX3) {
importer_list.h 58 // Returns the SourceProfile for the given |importer_type|.
60 int importer_type) const;
profile_import_process_messages.h 33 WriteParam(m, static_cast<int>(p.importer_type));
42 int importer_type = 0; local
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);
importer_unittest.cc 100 source_profile.importer_type = importer::FIREFOX3;
393 source_profile.importer_type = importer::MS_IE;
687 source_profile.importer_type = importer::FIREFOX2;
    [all...]
firefox2_importer.cc 58 (source_profile.importer_type == importer::BOOKMARKS_HTML);
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 257 std::string EncodeImportParams(int importer_type,
262 "%d@%d@%d@%d", importer_type, options, skip_first_run_ui, window);
266 int* importer_type,
275 if (!base::StringToInt(parts[0], importer_type))
309 int importer_type,
332 EncodeImportParams(importer_type, items_to_import,
366 importer_list->GetSourceProfileAt(0).importer_type,
380 int importer_type = 0; local
384 if (!DecodeImportParams(import_info, &importer_type, &items_to_import,
405 importer_list->GetSourceProfileForImporterType(importer_type),
    [all...]
first_run.h 172 int importer_type,
first_run.cc 292 importer_list->GetSourceProfileAt(0).importer_type,
443 source_profile.importer_type = importer::BOOKMARKS_HTML;
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 49 source_profile.importer_type == importer::BOOKMARKS_HTML);
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 299 source_profile.importer_type == importer::BOOKMARKS_HTML);
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 897 source_profile.importer_type = importer::BOOKMARKS_HTML;

Completed in 234 milliseconds