Home | History | Annotate | Download | only in js

Lines Matching refs:promise

14 /** @const */ var Promise = cr.Promise;
332 // Get a future promise for the nodes.
337 return new Promise(node);
340 var urlsPromise = new Promise();
342 var p = Promise.all.apply(null, promises);
369 * Returns a promise that will contain all URLs of all the selected bookmarks
372 * @return {Promise} .