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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_contents.js621 DirectoryContents.prototype.isScanning = function() {
771 // Call callback first, so isScanning() returns false in the event handlers.
787 // Call callback first, so isScanning() returns false in the event handlers.
H A Ddirectory_model.js120 DirectoryModel.prototype.isScanning = function() {
121 return this.currentDirContents_.isScanning();
386 if (this.currentDirContents_.isScanning())
396 if (this.runningScan_.isScanning())

Completed in 5098 milliseconds