Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_grid.js272 FileGrid.prototype.getHitIndex_ = function(coordinate, step, threshold) { method in FileGrid
294 var horizontalStartIndex = this.getHitIndex_(
296 var horizontalEndIndex = Math.min(this.columns, this.getHitIndex_(
298 var verticalStartIndex = this.getHitIndex_(
300 var verticalEndIndex = this.getHitIndex_(