Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_contents.js11 function ContentScanner() { class
27 ContentScanner.prototype.scan = function(
35 ContentScanner.prototype.cancel = function() {
46 ContentScanner.call(this);
53 DirectoryContentScanner.prototype.__proto__ = ContentScanner.prototype;
100 ContentScanner.call(this);
107 DriveSearchContentScanner.prototype.__proto__ = ContentScanner.prototype;
191 ContentScanner.call(this);
199 LocalSearchContentScanner.prototype.__proto__ = ContentScanner.prototype;
268 ContentScanner.call(this);
[all …]