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

1 2 3

  /external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.h 17 virtual void StartImport(const importer::SourceProfile& source_profile,
importer.h 24 virtual void StartImport(const importer::SourceProfile& source_profile,
ie_importer_win.h 25 virtual void StartImport(const importer::SourceProfile& source_profile,
bookmarks_file_importer.cc 78 const importer::SourceProfile& source_profile,
94 source_profile.source_path,
  /external/chromium/chrome/browser/importer/
importer_progress_dialog.h 20 // |source_profile| to |target_profile|. |importer_observer| is notified when
28 const SourceProfile& source_profile,
importer_host.cc 99 const importer::SourceProfile& source_profile,
112 importer_ = importer::CreateImporterByType(source_profile.importer_type);
126 importer_, &Importer::StartImport, source_profile, items, bridge);
128 CheckForFirefoxLock(source_profile, items, first_run);
133 if (source_profile.importer_type == importer::GOOGLE_TOOLBAR5) {
184 const importer::SourceProfile& source_profile,
187 if (source_profile.importer_type == importer::FIREFOX2 ||
188 source_profile.importer_type == importer::FIREFOX3) {
190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
external_process_importer_host.cc 26 const importer::SourceProfile& source_profile,
34 source_profile_ = &source_profile;
40 CheckForFirefoxLock(source_profile, items, first_run);
external_process_importer_host.h 33 const importer::SourceProfile& source_profile,
importer.h 27 virtual void StartImport(const importer::SourceProfile& source_profile,
profile_import_process_host.h 41 // |source_profile|, |items|, and |import_to_bookmark_bar| are all needed by
43 bool StartProfileImportProcess(const importer::SourceProfile& source_profile,
importer_host.h 68 // |source_profile| - importer profile to import.
74 const importer::SourceProfile& source_profile,
92 // |source_profile| - importer profile to import.
95 void CheckForFirefoxLock(const importer::SourceProfile& source_profile,
ie_importer.h 24 virtual void StartImport(const importer::SourceProfile& source_profile,
profile_import_process_host.cc 31 const importer::SourceProfile& source_profile,
58 source_profile, items, localized_strings, import_to_bookmark_bar));
firefox3_importer.h 37 virtual void StartImport(const importer::SourceProfile& source_profile,
safari_importer.h 47 virtual void StartImport(const importer::SourceProfile& source_profile,
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 91 const importer::SourceProfile& source_profile = local
93 uint16 supported_items = source_profile.services_supported;
112 importer_host_->StartImportSettings(source_profile, profile,
117 << source_profile.importer_name << "'.";
124 const importer::SourceProfile& source_profile = local
126 uint16 browser_services = source_profile.services_supported;
129 browser_profile->SetString("name", source_profile.importer_name);
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 90 const importer::SourceProfile& source_profile,
107 importer_host_->StartImportSettings(source_profile, profile,
112 source_profile.importer_type);
139 const importer::SourceProfile& source_profile = local
141 uint16 supported_items = source_profile.services_supported;
145 StartImport(source_profile, imported_items);
148 << source_profile.importer_name << "'.";
162 const importer::SourceProfile& source_profile = local
164 uint16 browser_services = source_profile.services_supported;
167 browser_profile->SetString("name", source_profile.importer_name)
222 importer::SourceProfile source_profile; local
    [all...]
import_data_handler.h 41 void StartImport(const importer::SourceProfile& source_profile,
  /external/chromium_org/chrome/utility/
profile_import_handler.cc 36 const importer::SourceProfile& source_profile,
43 importer_ = importer::CreateImporterByType(source_profile.importer_type);
63 source_profile, items, bridge_));
profile_import_handler.h 39 const importer::SourceProfile& source_profile,
  /external/chromium_org/chrome/browser/importer/
external_process_importer_host.cc 46 const importer::SourceProfile& source_profile,
56 source_profile_ = source_profile;
59 if (!CheckForFirefoxLock(source_profile)) {
172 const importer::SourceProfile& source_profile) {
173 if (source_profile.importer_type != importer::TYPE_FIREFOX)
177 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
external_process_importer_host.h 41 // |source_profile| - importer profile to import.
46 const importer::SourceProfile& source_profile,
108 // |source_profile| - importer profile to import.
110 bool CheckForFirefoxLock(const importer::SourceProfile& source_profile);
ie_importer_browsertest_win.cc 533 importer::SourceProfile source_profile; local
534 source_profile.importer_type = importer::TYPE_IE;
535 source_profile.source_path = temp_dir_.path();
538 source_profile,
610 importer::SourceProfile source_profile; local
611 source_profile.importer_type = importer::TYPE_IE;
612 source_profile.source_path = temp_dir_.path();
615 source_profile,
637 importer::SourceProfile source_profile; local
638 source_profile.importer_type = importer::TYPE_IE
663 importer::SourceProfile source_profile; local
    [all...]
firefox_importer_browsertest.cc 257 importer::SourceProfile source_profile; local
258 source_profile.importer_type = importer::TYPE_FIREFOX;
259 source_profile.app_path = app_path_;
260 source_profile.source_path = profile_path_;
261 source_profile.locale = "en-US";
270 host->StartImportSettings(source_profile,
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 40 const importer::SourceProfile& source_profile,
48 source_profile.importer_name,
49 source_profile.importer_type == importer::BOOKMARKS_HTML);
57 source_profile, profile, items, new ProfileWriter(profile), first_run);
224 const SourceProfile& source_profile,
229 parent, items, importer_host, importer_observer, source_profile, profile,

Completed in 172 milliseconds

1 2 3