Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/background/js/
Dfile_operation_manager.js299 this.copyTasks_ = []; property in FileOperationManager
1032 return this.copyTasks_.length > 0 || this.deleteTasks_.length > 0;
1042 this.copyTasks_ = []; property
1051 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 …]