/external/chromium/chrome/browser/importer/ |
D | importer_host.cc | 31 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 …]
|
D | importer_host.h | 32 class ImporterHost : public base::RefCountedThreadSafe<ImporterHost>, 36 ImporterHost(); 84 ~ImporterHost(); 132 friend class base::RefCountedThreadSafe<ImporterHost>; 164 DISALLOW_COPY_AND_ASSIGN(ImporterHost);
|
D | in_process_importer_bridge.cc | 18 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()
|
D | in_process_importer_bridge.h | 19 class ImporterHost; variable 23 InProcessImporterBridge(ProfileWriter* writer, ImporterHost* host); 62 ImporterHost* const host_; // weak
|
D | importer_lock_dialog.h | 11 class ImporterHost; variable 19 ImporterHost* importer_host);
|
D | importer_progress_dialog.h | 11 class ImporterHost; variable 26 ImporterHost* importer_host,
|
D | importer_unittest.cc | 103 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()
|
D | external_process_importer_host.h | 23 class ExternalProcessImporterHost : public ImporterHost {
|
D | external_process_importer_host.cc | 37 ImporterHost::AddRef(); // Balanced in ImporterHost::NotifyImportEnded. in StartImportSettings()
|
/external/chromium/chrome/browser/ui/gtk/importer/ |
D | import_lock_dialog_gtk.h | 13 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_;
|
D | import_lock_dialog_gtk.cc | 21 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()
|
D | import_progress_dialog_gtk.h | 16 class ImporterHost; variable 28 ImporterHost* importer_host, 37 ImporterHost* importer_host, 77 scoped_refptr<ImporterHost> importer_host_;
|
D | import_progress_dialog_gtk.cc | 38 ImporterHost* importer_host, in StartImport() 63 ImporterHost* importer_host, in ImportProgressDialogGtk() 222 ImporterHost* importer_host, in ShowImportProgressDialog()
|
/external/chromium/chrome/browser/ui/views/importer/ |
D | import_lock_dialog_view.cc | 27 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()
|
D | import_lock_dialog_view.h | 19 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_;
|
D | import_progress_dialog_view.h | 18 class ImporterHost; variable 35 ImporterHost* importer_host, 87 scoped_refptr<ImporterHost> importer_host_;
|
D | import_progress_dialog_view.cc | 24 ImporterHost* importer_host, in ImportProgressDialogView() 287 ImporterHost* importer_host, in ShowImportProgressDialog()
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
D | import_lock_dialog_cocoa.mm | 19 ImporterHost* importer_host) { 32 importer_host, &ImporterHost::OnImportLockDialogEnd, true)); 35 importer_host, &ImporterHost::OnImportLockDialogEnd, false));
|
D | import_progress_dialog_cocoa.h | 17 class ImporterHost; variable 26 ImporterHost* importer_host_; // (weak)
|
D | import_progress_dialog_cocoa.mm | 57 - (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/ |
D | import_data_handler.h | 17 class ImporterHost; variable 50 ImporterHost* importer_host_; // weak
|
D | import_data_handler.cc | 108 importer_host_ = new ImporterHost; in ImportData()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run.h | 22 class ImporterHost; variable 113 scoped_refptr<ImporterHost> importer_host,
|
D | first_run.cc | 439 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()
|
D | first_run_win.cc | 361 scoped_refptr<ImporterHost> importer_host, in ImportSettings() 389 scoped_refptr<ImporterHost> importer_host(new ImporterHost); in ImportFromBrowser()
|