Home
last modified time | relevance | path

Searched refs:onCopyProgress (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/background/js/
Dfile_operation_manager.js156 var onCopyProgress = function(progressCopyId, status) { function
160 onCopyProgress.bind(null, progressCopyId, status));
181 chrome.fileBrowserPrivate.onCopyProgress.removeListener(onCopyProgress);
186 chrome.fileBrowserPrivate.onCopyProgress.removeListener(onCopyProgress);
193 chrome.fileBrowserPrivate.onCopyProgress.removeListener(onCopyProgress);
201 chrome.fileBrowserPrivate.onCopyProgress.addListener(onCopyProgress);
209 chrome.fileBrowserPrivate.onCopyProgress.removeListener(
210 onCopyProgress);
/external/chromium_org/chrome/common/extensions/api/
Dfile_browser_private.idl633 static void onCopyProgress(long copyId, CopyProgressStatus status);