HomeSort by relevance Sort by last modified time
    Searched refs:Promise (Results 126 - 148 of 148) sorted by null

1 2 3 4 56

  /external/chromium_org/extensions/renderer/
module_system.h 185 // Return a promise for a requested module.
201 scoped_ptr<v8::UniquePersistent<v8::Promise::Resolver> > resolver,
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
microtask-delivery.js 50 var promise = new Promise(function(resolve) {
55 var next = promise.then(function(value) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 471 Promise.prototype.catch = function(onCatch) {};
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 197 {% elif argument.idl_type == 'Promise' %}
199 http://heycam.github.io/webidl/#es-promise #}
307 {% elif method.idl_type == 'Promise' %}
327 {% if method.idl_type == 'Promise' %}
340 {%- elif method.idl_type == 'Promise' %}
359 {# FIXME: We should return a rejected Promise if an error occurs in this
360 function when ALL methods in this overload return Promise. In order to do so,
361 we must ensure either ALL or NO methods in this overload return Promise #}
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 82 * Promise of string data.
83 * @type {Promise}
85 this.stringDataPromise = new Promise(function(fulfill) {
238 return Promise.reject(
294 new Promise(function(onFulfilled, onRejected) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 470 Promise.resolve().then(function() {
661 parentPromises.push(new Promise(function(resolve, reject) {
665 Promise.all(parentPromises).then(function(parents) {
761 new Promise(entry.getDirectory.bind(
767 return new Promise(function(onFulfilled, onRejected) {
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 129 * @return {Promise} A promise that resolves to the id of the current
134 return Promise.resolve(chrome.app.window.current().id);
141 return new Promise(function(resolve, reject) {
  /external/chromium_org/ui/file_manager/video_player/js/cast/
cast_video_element.js 298 Promise.all([
316 return new Promise(
  /external/chromium_org/v8/src/
api.cc 5877 i::Handle<i::JSObject> promise = Utils::OpenHandle(this); local
5883 i::Handle<i::JSObject> promise = Utils::OpenHandle(this); local
5900 i::Handle<i::JSObject> promise = Utils::OpenHandle(this); local
5917 i::Handle<i::JSObject> promise = Utils::OpenHandle(this); local
5936 i::Handle<i::JSObject> promise = Utils::OpenHandle(this); local
5955 i::Handle<i::JSObject> promise = Utils::OpenHandle(this); local
    [all...]
mirror-debugger.js 21 // Wrapper to check whether an object is a Promise. The call may not work
163 var PROMISE_TYPE = 'promise';
369 * Check whether the mirror reflects a promise.
370 * @returns {boolean} True if the mirror reflects a promise
885 * the promise.
    [all...]
messages.js 92 not_a_promise: ["%0", " is not a promise"],
93 resolver_not_a_function: ["Promise resolver ", "%0", " is not a function"],
94 promise_cyclic: ["Chaining cycle detected for promise ", "%0"],
    [all...]
  /external/chromium_org/extensions/renderer/resources/
utils.js 138 * Wrap an asynchronous API call to a function |func| in a promise. The
139 * remaining arguments will be passed to |func|. Returns a promise that will be
142 * promise will be resolved with an array containing those results.
145 * promise(chrome.storage.get, 'a').then(function(result) {
151 function promise(func) { function
154 return new Promise(function(resolve, reject) {
174 exports.promise = promise;
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 309 * Returns a promise for all the URLs in the {@code nodes} and the direct
312 * @return {!Promise.<Array.<string>>} .
332 // Get a future promise for the nodes.
337 return Promise.resolve(node);
340 return Promise.all(promises).then(function(nodes) {
371 * Returns a promise that will contain all URLs of all the selected bookmarks
374 * @return {Promise.<Array.<string>>} .
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
utilities.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 210 var promise = Promise.resolve(supervisedUsers);
211 options.SupervisedUserListData.getInstance().promise_ = promise;
237 // Need to wait until the promise resolves.
238 promise.then(function() {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsPanel.js 426 Promise.all(promises).then(resultCountCallback.bind(this));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 273 new Promise(function(fulfill) {
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 653 milliseconds

1 2 3 4 56