Home
last modified time | relevance | path

Searched refs:NotifyImportEnded (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/importer/
Dexternal_process_importer_host.cc41 NotifyImportEnded(); // Tells the observer that we're done, and deletes us. in Cancel()
85 void ExternalProcessImporterHost::NotifyImportEnded() { in NotifyImportEnded() function in ExternalProcessImporterHost
162 NotifyImportEnded(); in OnImportLockDialogEnd()
Dexternal_process_importer_host.h70 void NotifyImportEnded();
Dexternal_process_importer_client.cc268 process_importer_host_->NotifyImportEnded(); in Cleanup()
Din_process_importer_bridge.cc277 base::Bind(&ExternalProcessImporterHost::NotifyImportEnded, host_)); in NotifyEnded()
/external/chromium/chrome/browser/importer/
Dimporter_host.cc68 NotifyImportEnded(); in OnImportLockDialogEnd()
91 void ImporterHost::NotifyImportEnded() { in NotifyImportEnded() function in ImporterHost
115 NotifyImportEnded(); in StartImportSettings()
Dexternal_process_importer_host.cc22 NotifyImportEnded(); // Tells the observer that we're done, and releases us. in Cancel()
Dimporter_host.h55 void NotifyImportEnded();
Din_process_importer_bridge.cc106 NewRunnableMethod(host_, &ImporterHost::NotifyImportEnded)); in NotifyEnded()
Dexternal_process_importer_client.cc73 process_importer_host_->NotifyImportEnded(); in Cleanup()