Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
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) {
506 this.fileList = new FileListModel(metadataCache);