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

1 2 3

  /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,
  /external/chromium_org/chrome/common/importer/
importer_data_types.cc 9 SourceProfile::SourceProfile()
14 SourceProfile::~SourceProfile() {
importer_data_types.h 35 struct SourceProfile {
36 SourceProfile();
37 ~SourceProfile();
  /external/chromium_org/chrome/utility/importer/
importer.h 14 struct SourceProfile;
24 virtual void StartImport(const importer::SourceProfile& source_profile,
bookmarks_file_importer.h 17 virtual void StartImport(const importer::SourceProfile& source_profile,
ie_importer_win.h 25 virtual void StartImport(const importer::SourceProfile& source_profile,
  /external/chromium_org/chrome/browser/importer/
importer_list.h 19 struct SourceProfile;
49 // Returns the SourceProfile at |index|. The profiles are ordered such that
50 // the profile at index 0 is the likely default browser. The SourceProfile
52 const importer::SourceProfile& GetSourceProfileAt(size_t index) const;
54 // Returns the SourceProfile for the given |importer_type|.
55 const importer::SourceProfile& GetSourceProfileForImporterType(
76 const std::vector<importer::SourceProfile*>& profiles);
79 ScopedVector<importer::SourceProfile> source_profiles_;
external_process_importer_host.h 27 struct SourceProfile;
46 const importer::SourceProfile& source_profile,
110 bool CheckForFirefoxLock(const importer::SourceProfile& source_profile);
155 importer::SourceProfile source_profile_;
importer_list.cc 28 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) {
30 importer::SourceProfile* ie = new importer::SourceProfile;
42 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) {
47 importer::SourceProfile* safari = new importer::SourceProfile;
61 std::vector<importer::SourceProfile*>* profiles) {
83 importer::SourceProfile* firefox = new importer::SourceProfile;
127 const importer::SourceProfile& ImporterList::GetSourceProfileAt
    [all...]
external_process_importer_client.h 44 const importer::SourceProfile& source_profile,
133 importer::SourceProfile source_profile_;
  /external/chromium_org/chrome/utility/
profile_import_handler.h 23 struct SourceProfile;
39 const importer::SourceProfile& source_profile,
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.h 41 void StartImport(const importer::SourceProfile& source_profile,
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 91 const importer::SourceProfile& source_profile =
124 const importer::SourceProfile& source_profile =

Completed in 207 milliseconds

1 2 3