Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Ddirectory_contents.js618 this.prefetchMetadata(chunk, function() {
646 DirectoryContents.prototype.prefetchMetadata = function(entries, callback) { method in DirectoryContents
Ddirectory_model.js654 this.currentDirContents_.prefetchMetadata([entry], function() {
702 this.currentDirContents_.prefetchMetadata([newEntry], function() {