Home | History | Annotate | Download | only in js

Lines Matching refs:drag

35    * DOM element to represent selected file in drag operation. Used if only
51 * Drag selector.
247 * Renders a drag-and-drop thumbnail.
255 var container = this.document_.querySelector('#drag-container');
257 contents.className = 'drag-contents';
276 thumbnailImage.classList.add('drag-thumbnail');
301 // Check if a drag selection should be initiated or not.
302 // TODO(hirono): Support drag selection on the grid view. crbug.com/247278
342 var container = this.document_.querySelector('#drag-container');
350 * @param {boolean} onlyIntoDirectories True if the drag is only into
450 * @param {boolean} onlyIntoDirectories True if the drag is only into
492 // Add accept class if the domElement can accept the drag.
726 // (copy, paste and drag). DataTransfer object closes for write after