Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/common/js/
Dasync_util.js178 this.completionCallbacks_ = []; property in AsyncUtil.Group
211 this.completionCallbacks_.push(opt_onCompletion);
223 for (var index = 0; index < this.completionCallbacks_.length; index++) {
224 var callback = this.completionCallbacks_[index];
227 this.completionCallbacks_ = []; property