Home
last modified time | relevance | path

Searched refs:ImporterHost (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/importer/
Dimporter_host.cc31 ImporterHost::ImporterHost() in ImporterHost() function in ImporterHost
43 void ImporterHost::ShowWarningDialog() { in ShowWarningDialog()
50 void ImporterHost::OnImportLockDialogEnd(bool is_continue) { in OnImportLockDialogEnd()
72 void ImporterHost::SetObserver(importer::ImporterProgressObserver* observer) { in SetObserver()
76 void ImporterHost::NotifyImportStarted() { in NotifyImportStarted()
81 void ImporterHost::NotifyImportItemStarted(importer::ImportItem item) { in NotifyImportItemStarted()
86 void ImporterHost::NotifyImportItemEnded(importer::ImportItem item) { in NotifyImportItemEnded()
91 void ImporterHost::NotifyImportEnded() { in NotifyImportEnded()
98 void ImporterHost::StartImportSettings( in StartImportSettings()
147 this, &ImporterHost::OnImportLockDialogEnd, false)); in StartImportSettings()
[all …]
Dimporter_host.h32 class ImporterHost : public base::RefCountedThreadSafe<ImporterHost>,
36 ImporterHost();
84 ~ImporterHost();
132 friend class base::RefCountedThreadSafe<ImporterHost>;
164 DISALLOW_COPY_AND_ASSIGN(ImporterHost);
Din_process_importer_bridge.cc18 ImporterHost* host) in InProcessImporterBridge()
88 NewRunnableMethod(host_, &ImporterHost::NotifyImportStarted)); in NotifyStarted()
94 NewRunnableMethod(host_, &ImporterHost::NotifyImportItemStarted, item)); in NotifyItemStarted()
100 NewRunnableMethod(host_, &ImporterHost::NotifyImportItemEnded, item)); in NotifyItemEnded()
106 NewRunnableMethod(host_, &ImporterHost::NotifyImportEnded)); in NotifyEnded()
Din_process_importer_bridge.h19 class ImporterHost; variable
23 InProcessImporterBridge(ProfileWriter* writer, ImporterHost* host);
62 ImporterHost* const host_; // weak
Dimporter_lock_dialog.h11 class ImporterHost; variable
19 ImporterHost* importer_host);
Dimporter_progress_dialog.h11 class ImporterHost; variable
26 ImporterHost* importer_host,
Dimporter_unittest.cc103 scoped_refptr<ImporterHost> host(new ImporterHost); in Firefox3xImporterTest()
109 &ImporterHost::StartImportSettings, source_profile, in Firefox3xImporterTest()
388 scoped_refptr<ImporterHost> host(new ImporterHost); in TEST_F()
397 &ImporterHost::StartImportSettings, in TEST_F()
683 scoped_refptr<ImporterHost> host(new ImporterHost); in TEST_F()
693 &ImporterHost::StartImportSettings, in TEST_F()
Dexternal_process_importer_host.h23 class ExternalProcessImporterHost : public ImporterHost {
Dexternal_process_importer_host.cc37 ImporterHost::AddRef(); // Balanced in ImporterHost::NotifyImportEnded. in StartImportSettings()
/external/chromium/chrome/browser/ui/gtk/importer/
Dimport_lock_dialog_gtk.h13 class ImporterHost; variable
22 static void Show(GtkWindow* parent, ImporterHost* importer_host);
25 ImportLockDialogGtk(GtkWindow* parent, ImporterHost* importer_host);
34 scoped_refptr<ImporterHost> importer_host_;
Dimport_lock_dialog_gtk.cc21 ImporterHost* importer_host) { in ShowImportLockDialog()
29 void ImportLockDialogGtk::Show(GtkWindow* parent, ImporterHost* importer_host) { in Show()
34 ImporterHost* importer_host) in ImportLockDialogGtk()
67 importer_host_.get(), &ImporterHost::OnImportLockDialogEnd, true)); in OnResponse()
70 importer_host_.get(), &ImporterHost::OnImportLockDialogEnd, false)); in OnResponse()
Dimport_progress_dialog_gtk.h16 class ImporterHost; variable
28 ImporterHost* importer_host,
37 ImporterHost* importer_host,
77 scoped_refptr<ImporterHost> importer_host_;
Dimport_progress_dialog_gtk.cc38 ImporterHost* importer_host, in StartImport()
63 ImporterHost* importer_host, in ImportProgressDialogGtk()
222 ImporterHost* importer_host, in ShowImportProgressDialog()
/external/chromium/chrome/browser/ui/views/importer/
Dimport_lock_dialog_view.cc27 ImporterHost* importer_host) { in ShowImportLockDialog()
36 ImporterHost* importer_host) { in Show()
42 ImportLockDialogView::ImportLockDialogView(ImporterHost* importer_host) in ImportLockDialogView()
89 importer_host_.get(), &ImporterHost::OnImportLockDialogEnd, true)); in Accept()
95 importer_host_.get(), &ImporterHost::OnImportLockDialogEnd, false)); in Cancel()
Dimport_lock_dialog_view.h19 class ImporterHost; variable
26 static void Show(gfx::NativeWindow parent, ImporterHost* importer_host);
29 explicit ImportLockDialogView(ImporterHost* importer_host);
49 scoped_refptr<ImporterHost> importer_host_;
Dimport_progress_dialog_view.h18 class ImporterHost; variable
35 ImporterHost* importer_host,
87 scoped_refptr<ImporterHost> importer_host_;
Dimport_progress_dialog_view.cc24 ImporterHost* importer_host, in ImportProgressDialogView()
287 ImporterHost* importer_host, in ShowImportProgressDialog()
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_lock_dialog_cocoa.mm19 ImporterHost* importer_host) {
32 importer_host, &ImporterHost::OnImportLockDialogEnd, true));
35 importer_host, &ImporterHost::OnImportLockDialogEnd, false));
Dimport_progress_dialog_cocoa.h17 class ImporterHost; variable
26 ImporterHost* importer_host_; // (weak)
Dimport_progress_dialog_cocoa.mm57 - (id)initWithImporterHost:(ImporterHost*)host
131 // The ImporterHost will notify import_host_observer_bridge_ that import has
184 ImporterHost* importer_host,
/external/chromium/chrome/browser/ui/webui/options/
Dimport_data_handler.h17 class ImporterHost; variable
50 ImporterHost* importer_host_; // weak
Dimport_data_handler.cc108 importer_host_ = new ImporterHost; in ImportData()
/external/chromium/chrome/browser/first_run/
Dfirst_run.h22 class ImporterHost; variable
113 scoped_refptr<ImporterHost> importer_host,
Dfirst_run.cc439 scoped_refptr<ImporterHost> importer_host(new ImporterHost); in ImportFromFile()
505 scoped_refptr<ImporterHost> importer_host; in AutoImport()
513 importer_host = new ImporterHost; in AutoImport()
629 scoped_refptr<ImporterHost> importer_host, in ImportSettings()
Dfirst_run_win.cc361 scoped_refptr<ImporterHost> importer_host, in ImportSettings()
389 scoped_refptr<ImporterHost> importer_host(new ImporterHost); in ImportFromBrowser()

12