Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddrag_selector.js46 this.lastSelection_ = []; property in DragSelector
115 this.lastSelection_ = []; property
170 for (var i = 0; i < this.lastSelection_.length; i++) {
171 var index = this.lastSelection_[i];
215 this.lastSelection_ = currentSelection;
Dfile_table.js326 this.lastSelection_ = this.selectionModel.selectedIndexes;
398 if (this.lastSelection_ && this.lastSelection_.indexOf(itemIndex) !== -1)