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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_contents.js11 function ContentScanner() { class
27 ContentScanner.prototype.scan = function(
35 ContentScanner.prototype.cancel = function() {
43 * @extends {ContentScanner}
46 ContentScanner.call(this);
51 * Extends ContentScanner.
53 DirectoryContentScanner.prototype.__proto__ = ContentScanner.prototype;
97 * @extends {ContentScanner}
100 ContentScanner.call(this);
105 * Extends ContentScanner
[all...]

Completed in 51 milliseconds