HomeSort by relevance Sort by last modified time
    Searched full:promises (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium/chrome/browser/resources/shared/js/cr/
promise.js 139 * Creates a new future promise that is fulfilled when any of the promises are
142 * @param {...!Promise} var_args The promises used to build up the new
145 * passed in promises are fulfilled.
159 * Creates a new future promise that is fulfilled when all of the promises are
161 * the promises passed in.
162 * @param {...!Promise} var_args The promises used to build up the new
164 * @return {!Promise} The promise that wraps all the promises in the array.
  /external/chromium_org/ui/webui/resources/js/cr/
promise.js 140 * Creates a new future promise that is fulfilled when any of the promises are
143 * @param {...!Promise} var_args The promises used to build up the new
146 * passed in promises are fulfilled.
160 * Creates a new future promise that is fulfilled when all of the promises are
162 * the promises passed in.
163 * @param {...!Promise} var_args The promises used to build up the new
165 * @return {!Promise} The promise that wraps all the promises in the array.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMOrder.java 38 * promises are made beyond that.
  /external/chromium_org/base/allocator/
allocator_extension.h 44 // No threading promises are made. The caller is responsible for making sure
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.h 44 // Platform cannot know about Promises which are declared in bindings.
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.h 101 // GetStatus() makes promises as to how the sandbox will behave. This
102 // checks that no promises have been broken.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CallbackPromiseAdapter.h 41 // class (i.e. a class that has a toV8() overload) that uses Promises
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodesTest.java 12 * Tests for HashCodes, especially making sure that their endianness promises (big-endian)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h 95 // Set a |promise|'s value and propagate it to derived promises.
99 // Set a |promise|'s failure reason and propagate it to derived promises.
  /external/chromium_org/chrome/browser/password_manager/
password_store_x.h 70 // The caller promises that |prefs| will not be deleted any time soon.
  /external/chromium_org/content/renderer/pepper/
ppb_audio_impl.cc 141 // callback. Audio promises to fire the completion callback
  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 39 lock promises never to read pages from the database file
  /external/chromium_org/third_party/mesa/src/src/glx/
packrender.h 127 ** always fit in the buffer, and because the buffer promises to
  /external/chromium_org/third_party/sqlite/src/test/
fts3query.test 83 Zenn Motors as promised. Still, the promises held out by the secretive
  /external/mesa3d/src/glx/
packrender.h 127 ** always fit in the buffer, and because the buffer promises to
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerState.java 242 * Otherwise, returns false and promises to invoke the specified listener
  /hardware/libhardware/include/hardware/
gralloc.h 179 * The caller promises to modify only pixels in the area specified
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 431 // Note that "ptr" cannot be NULL since pthread promises not
  /frameworks/base/core/java/android/hardware/display/
DisplayManager.java 153 * by the {@link Display#FLAG_SECURE} display flag. The caller promises to take
  /external/chromium_org/cc/trees/
thread_proxy.cc 791 // If the commit finishes, LayerTreeHost will transfer its swap promises to
793 // swap promises.
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js     [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 336 var promises = nodes.map(function(node) { variable
345 var p = Promise.all.apply(null, promises);
    [all...]
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/
main.js 333 var promises = nodes.map(function(node) { variable
342 var p = Promise.all.apply(null, promises);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 795 return null; // TODO: but the API promises to never return null...
  /external/chromium/chrome/common/extensions/docs/static/
overview.html 583 <em>Incognito mode</em> promises that the window will leave no tracks.

Completed in 472 milliseconds

1 2 3