Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/file_manager/background/js/
Dfile_operation_manager.js272 this.copyTasks_ = []; property in FileOperationManager
994 this.copyTasks_.length > 0 ? this.copyTasks_[0].operationType : null;
996 for (var i = 0; i < this.copyTasks_.length; i++) {
997 task = this.copyTasks_[i];
1035 return this.copyTasks_.length > 0 || this.deleteTasks_.length > 0;
1045 this.copyTasks_ = []; property
1054 for (var i = 0; i < this.copyTasks_.length; i++) {
1055 task = this.copyTasks_[i];
1064 this.copyTasks_.splice(i, 1);
1193 this.copyTasks_.push(task);
[all …]