Home
last modified time | relevance | path

Searched defs:taskId (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/resources/file_manager/js/
Dmock_chrome.js69 [ { taskId: 'upload-picasr', property
74 { taskId: 'upload-orcbook', property
101 executeTask: function(taskId, urlList) { argument
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_tasks.js190 FileTasks.isInternalTask_ = function(taskId) { argument
410 FileTasks.prototype.execute_ = function(taskId, opt_entries) { argument
423 FileTasks.prototype.executeInternal_ = function(taskId, entries) { argument
/external/chromium_org/chrome/browser/resources/image_loader/
Drequest.js369 taskId: this.request_.taskId}); property
404 taskId: this.request_.taskId}); property
Dimage_loader_client.js201 ImageLoaderClient.prototype.cancel = function(taskId) { argument
202 ImageLoaderClient.sendMessage_({taskId: taskId, cancel: true}); property
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
Dfile_operation_manager.js324 reason, status, taskId, opt_error) { argument
1052 FileOperationManager.prototype.requestTaskCancel = function(taskId) { argument
1269 taskId: this.generateTaskId_(), property
Dtest_util.js784 var executeTask = function(taskId, url) { argument
804 function(contentWindow, taskId, callback) { argument
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dgallery.js820 item.addEventListener('click', function(taskId) { argument
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
Dutil.js929 util.cancelLoadImage = function(taskId) { argument
/external/chromium/chrome/common/extensions/api/
Dextension_api.json4580 "taskId": {"type": "string", "description": "The unique identifier of the task."}, object