HomeSort by relevance Sort by last modified time
    Searched refs:SourceProfile (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/chrome/browser/importer/
importer_data_types.cc 9 SourceProfile::SourceProfile()
14 SourceProfile::~SourceProfile() {
importer_data_types.h 32 struct SourceProfile {
33 SourceProfile();
34 ~SourceProfile();
importer_progress_dialog.h 17 struct SourceProfile;
28 const SourceProfile& source_profile,
importer_list.h 18 struct SourceProfile;
53 // Returns the SourceProfile at |index|. The profiles are ordered such that
54 // the profile at index 0 is the likely default browser. The SourceProfile
56 const importer::SourceProfile& GetSourceProfileAt(size_t index) const;
58 // Returns the SourceProfile for the given |importer_type|.
59 const importer::SourceProfile& GetSourceProfileForImporterType(
75 const std::vector<importer::SourceProfile*>& profiles);
78 ScopedVector<importer::SourceProfile> source_profiles_;
external_process_importer_host.h 18 struct SourceProfile;
33 const importer::SourceProfile& source_profile,
45 const importer::SourceProfile* source_profile_;
importer.h 17 struct SourceProfile;
27 virtual void StartImport(const importer::SourceProfile& source_profile,
importer_list.cc 25 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) {
27 importer::SourceProfile* ie = new importer::SourceProfile();
39 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) {
44 importer::SourceProfile* safari = new importer::SourceProfile();
54 void DetectFirefoxProfiles(std::vector<importer::SourceProfile*>* profiles) {
78 importer::SourceProfile* firefox = new importer::SourceProfile();
93 std::vector<importer::SourceProfile*>* profiles)
    [all...]
profile_import_process_host.h 43 bool StartProfileImportProcess(const importer::SourceProfile& source_profile,
importer_host.h 74 const importer::SourceProfile& source_profile,
95 void CheckForFirefoxLock(const importer::SourceProfile& source_profile,
ie_importer.h 24 virtual void StartImport(const importer::SourceProfile& source_profile,
external_process_importer_client.h 35 const importer::SourceProfile& source_profile,
147 const importer::SourceProfile& source_profile_;
external_process_importer_host.cc 26 const importer::SourceProfile& source_profile,
firefox3_importer.h 37 virtual void StartImport(const importer::SourceProfile& source_profile,
safari_importer.h 47 virtual void StartImport(const importer::SourceProfile& source_profile,
importer_host.cc 99 const importer::SourceProfile& source_profile,
184 const importer::SourceProfile& source_profile,
firefox2_importer.h 28 virtual void StartImport(const importer::SourceProfile& source_profile,
profile_import_process_host.cc 31 const importer::SourceProfile& source_profile,
toolbar_importer.h 41 virtual void StartImport(const importer::SourceProfile& source_profile,
external_process_importer_client.cc 19 const importer::SourceProfile& source_profile,
profile_import_process_messages.h 27 // Traits for importer::SourceProfile struct to pack/unpack.
29 struct ParamTraits<importer::SourceProfile> {
30 typedef importer::SourceProfile param_type;
71 }; // ParamTraits<importer::SourceProfile>
377 importer::SourceProfile,
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 91 const importer::SourceProfile& source_profile =
124 const importer::SourceProfile& source_profile =
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.h 30 const importer::SourceProfile& source_profile,
import_progress_dialog_gtk.cc 40 const importer::SourceProfile& source_profile,
224 const SourceProfile& source_profile,
  /external/chromium/chrome/browser/first_run/
first_run.cc 442 importer::SourceProfile source_profile;
632 const importer::SourceProfile& source_profile =
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 289 const SourceProfile& source_profile,

Completed in 259 milliseconds

1 2