Searched defs:SelectionController (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dmosaic_mode.js134 new Mosaic.SelectionController(this.selectionModel_, this.layoutModel_);
666 Mosaic.SelectionController = function(selectionModel, layoutModel) {
674 Mosaic.SelectionController.prototype.__proto__ =
678 Mosaic.SelectionController.prototype.getLastIndex = function() {
683 Mosaic.SelectionController.prototype.getIndexBefore = function(index) {
688 Mosaic.SelectionController.prototype.getIndexAfter = function(index) {
693 Mosaic.SelectionController.prototype.getIndexAbove = function(index) {
698 Mosaic.SelectionController.prototype.getIndexBelow = function(index) {

Completed in 46 milliseconds