Searched defs:onErased (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js448 DownloadItem.prototype.onErased = function() {
658 // The onErased handler should circle back around to loadItems.
736 chrome.downloads.onErased.addListener(function(id) {
741 item.onErased();

Completed in 99 milliseconds