Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/common/js/
Dasync_util.js52 AsyncUtil.ConcurrentQueue = function(limit) { class
66 AsyncUtil.ConcurrentQueue.prototype.isRunning = function() {
73 AsyncUtil.ConcurrentQueue.prototype.getWaitingTasksCount = function() {
80 AsyncUtil.ConcurrentQueue.prototype.getRunningTasksCount = function() {
89 AsyncUtil.ConcurrentQueue.prototype.run = function(closure) {
103 AsyncUtil.ConcurrentQueue.prototype.cancel = function() {
112 AsyncUtil.ConcurrentQueue.prototype.isCancelled = function() {
120 AsyncUtil.ConcurrentQueue.prototype.continue_ = function() {
145 AsyncUtil.ConcurrentQueue.prototype.onTaskFinished_ = function(closure) {
161 AsyncUtil.ConcurrentQueue.call(this, 1);
[all …]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_contents.js833 var prefetchMetadataQueue = new AsyncUtil.ConcurrentQueue(4);