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

  /external/chromium_org/chrome/common/importer/
importer_data_types.cc 10 : importer_type(TYPE_UNKNOWN),
importer_data_types.h 16 #include "chrome/common/importer/importer_type.h"
41 ImporterType importer_type; member in struct:importer::SourceProfile
profile_import_process_param_traits_macros.h 34 IPC_STRUCT_TRAITS_MEMBER(importer_type)
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 33 ie->importer_type = importer::TYPE_IE;
51 safari->importer_type = importer::TYPE_SAFARI;
88 firefox->importer_type = firefox_type;
134 bookmarks_profile->importer_type = importer::TYPE_BOOKMARKS_FILE;
external_process_importer_host.cc 168 if (source_profile.importer_type != importer::TYPE_FIREFOX)
ie_importer_browsertest_win.cc 496 source_profile.importer_type = importer::TYPE_IE;
573 source_profile.importer_type = importer::TYPE_IE;
600 source_profile.importer_type = importer::TYPE_IE;
626 source_profile.importer_type = importer::TYPE_IE;
firefox_importer_browsertest.cc 300 source_profile.importer_type = importer::TYPE_FIREFOX;
  /external/chromium_org/chrome/utility/
profile_import_handler.cc 49 importer_ = importer::CreateImporterByType(source_profile.importer_type);
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 128 source_profile.importer_type);
198 source_profile.importer_type == importer::TYPE_SAFARI);
249 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE;
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 259 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE;
774 "AutoImport", importer_list->GetSourceProfileAt(0).importer_type);
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 822 source_profile.importer_type = importer::TYPE_BOOKMARKS_FILE;

Completed in 4606 milliseconds