Home | History | Annotate | Download | only in js

Lines Matching refs:Selected

574          // Only one file selected.
929 cr.defineProperty(li, 'selected', cr.PropertyKind.BOOL_ATTR);
1047 * Depending on how many of the selected files already have known sizes, the
1304 // The multiple-selected class indicates that more than one entry is
1306 this.previewImage_.classList.remove('multiple-selected');
1322 this.previewImage_.classList.add('multiple-selected');
1478 * We use this hook to make sure selected files stay visible after a sort.
1513 // If exactly one file is selected and its checkbox is *not* clicked,
1534 // to get selected and then very quickly unselected. It appears that
1567 // Turn off any checkboxes for items that are no longer selected.
1576 if (!event.changes[i].selected) {
1583 // If more than one file is selected, make sure all checkboxes are lit
1834 if (!row.selected || delay < 500)
2084 // All other dialog types require at least one selected list item.
2088 throw new Error('Nothing selected!');
2093 console.log('Error locating selected file at index: ' + i);
2116 throw new Error('Too many files selected!');
2120 throw new Error('Selected entry is not a folder!');
2123 throw new Error('Selected entry is not a file!');