Searched refs:FileListModel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_contents.js414 function FileListModel(metadataCache) { class
431 FileListModel.prototype = {
442 FileListModel.prototype.compareMtime_ = function(a, b) {
465 FileListModel.prototype.compareSize_ = function(a, b) {
482 FileListModel.prototype.compareType_ = function(a, b) {
504 * @type {FileListModel}
506 this.fileList = new FileListModel(metadataCache);

Completed in 155 milliseconds