Searched refs:copyTasks_ (Results 1 – 1 of 1) sorted by relevance
272 this.copyTasks_ = []; property in FileOperationManager994 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_ = []; property1054 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 …]