Home
last modified time | relevance | path

Searched refs:NotifyImportItemEnded (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/importer/
Dexternal_process_importer_host.h69 void NotifyImportItemEnded(importer::ImportItem item);
Dexternal_process_importer_host.cc79 void ExternalProcessImporterHost::NotifyImportItemEnded( in NotifyImportItemEnded() function in ExternalProcessImporterHost
Din_process_importer_bridge.cc270 base::Bind(&ExternalProcessImporterHost::NotifyImportItemEnded, in NotifyItemEnded()
/external/chromium/chrome/browser/importer/
Dimporter_host.h54 void NotifyImportItemEnded(importer::ImportItem item);
Din_process_importer_bridge.cc100 NewRunnableMethod(host_, &ImporterHost::NotifyImportItemEnded, item)); in NotifyItemEnded()
Dimporter_host.cc86 void ImporterHost::NotifyImportItemEnded(importer::ImportItem item) { in NotifyImportItemEnded() function in ImporterHost