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

1 2

  /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,
importer_unittest.cc 99 importer::SourceProfile source_profile; local
100 source_profile.importer_type = importer::FIREFOX3;
101 source_profile.app_path = app_path_;
102 source_profile.source_path = profile_path_;
109 &ImporterHost::StartImportSettings, source_profile,
392 importer::SourceProfile source_profile; local
393 source_profile.importer_type = importer::MS_IE;
394 source_profile.source_path = temp_dir_.path();
398 source_profile,
686 importer::SourceProfile source_profile; local
    [all...]
external_process_importer_client.cc 19 const importer::SourceProfile& source_profile,
29 source_profile_(source_profile),
external_process_importer_client.h 35 const importer::SourceProfile& source_profile,
firefox2_importer.h 28 virtual void StartImport(const importer::SourceProfile& source_profile,
toolbar_importer.h 41 virtual void StartImport(const importer::SourceProfile& source_profile,
firefox2_importer.cc 50 const importer::SourceProfile& source_profile,
54 source_path_ = source_profile.source_path;
55 app_path_ = source_profile.app_path;
58 (source_profile.importer_type == importer::BOOKMARKS_HTML);
firefox3_importer.cc 66 const importer::SourceProfile& source_profile,
73 source_path_ = source_profile.source_path;
74 app_path_ = source_profile.app_path;
  /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/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,
import_progress_dialog_gtk.h 30 const importer::SourceProfile& source_profile,
  /external/chromium/chrome/browser/first_run/
first_run.cc 442 importer::SourceProfile source_profile; local
443 source_profile.importer_type = importer::BOOKMARKS_HTML;
444 source_profile.source_path = file_path;
451 source_profile,
632 const importer::SourceProfile& source_profile = local
637 items_to_import &= source_profile.services_supported;
641 importer_host->StartImportSettings(source_profile,
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 289 const SourceProfile& source_profile,
298 source_profile.importer_name,
299 source_profile.importer_type == importer::BOOKMARKS_HTML);
308 source_profile, target_profile, items, new ProfileWriter(target_profile),
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 247 Profile* source_profile = Source<Profile>(source).ptr(); local
248 if (!source_profile || !source_profile->IsSameProfile(profile()))
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 896 importer::SourceProfile source_profile; local
897 source_profile.importer_type = importer::BOOKMARKS_HTML;
898 source_profile.source_path = path;
899 importer_host->StartImportSettings(source_profile,

Completed in 609 milliseconds

1 2