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

/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dfile_operation_manager.js222 var onCopyProgress = function(progressCopyId, status) {
227 onCopyProgress.bind(null, progressCopyId, status));
265 chrome.fileManagerPrivate.onCopyProgress.removeListener(
266 onCopyProgress);
276 chrome.fileManagerPrivate.onCopyProgress.removeListener(
277 onCopyProgress);
285 chrome.fileManagerPrivate.onCopyProgress.removeListener(
286 onCopyProgress);
297 chrome.fileManagerPrivate.onCopyProgress.addListener(onCopyProgress);
[all...]

Completed in 9280 milliseconds