Searched refs:copyTasks_ (Results 1 – 1 of 1) sorted by relevance
299 this.copyTasks_ = []; property in FileOperationManager1032 return this.copyTasks_.length > 0 || this.deleteTasks_.length > 0;1042 this.copyTasks_ = []; property1051 for (var i = 0; i < this.copyTasks_.length; i++) {1052 task = this.copyTasks_[i];1061 this.copyTasks_.splice(i, 1);1164 this.copyTasks_.push(task);1165 if (this.copyTasks_.length === 1)1196 if (!this.copyTasks_.length) {1208 this.copyTasks_[0].getStatus(),[all …]