Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/common/js/
Dasync_util.js304 this.scheduledRunsTimer_ = setTimeout(this.runImmediately_.bind(this),
311 this.runImmediately_();
318 AsyncUtil.Aggregator.prototype.runImmediately_ = function() { method in AsyncUtil.Aggregator