Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/importer/
Dexternal_process_importer_host.h68 void NotifyImportItemStarted(importer::ImportItem item);
Dexternal_process_importer_host.cc73 void ExternalProcessImporterHost::NotifyImportItemStarted( in NotifyImportItemStarted() function in ExternalProcessImporterHost
Din_process_importer_bridge.cc263 base::Bind(&ExternalProcessImporterHost::NotifyImportItemStarted, in NotifyItemStarted()
/external/chromium/chrome/browser/importer/
Dimporter_host.h53 void NotifyImportItemStarted(importer::ImportItem item);
Din_process_importer_bridge.cc94 NewRunnableMethod(host_, &ImporterHost::NotifyImportItemStarted, item)); in NotifyItemStarted()
Dimporter_host.cc81 void ImporterHost::NotifyImportItemStarted(importer::ImportItem item) { in NotifyImportItemStarted() function in ImporterHost