/external/chromium_org/v8/test/webkit/fast/js/ |
Promise-chained-then-expected.txt | 6 PASS fulfilled 8 PASS fulfilled 14 PASS fulfilled
|
Promise-static-race-expected.txt | 8 PASS Promise.race([p4, p1, p6]) is fulfilled. 12 PASS Promise.race([p9]) is fulfilled. 14 PASS Promise.race([p4,,]) is fulfilled. 16 PASS Promise.race([p4,42]) is fulfilled.
|
Promise-resolve-with-then-fulfill-expected.txt | 5 The promise is not fulfilled now. 8 PASS fulfilled
|
Promise-static-all-expected.txt | 7 PASS Promise.all([]) is fulfilled. 9 PASS Promise.all([p1, p2, p3]) is fulfilled. 16 PASS Promise.all([p9]) is fulfilled. 19 PASS Promise.all([p9,,,]) is fulfilled. 24 PASS Promise.all([p9,42]) is fulfilled.
|
Promise-chained-then.js | 31 promise.then(function(localResult) { // fulfilled - continue 32 testPassed('fulfilled'); 39 .then(function(localResult) { // fulfilled - throw an exception 40 testPassed('fulfilled'); 47 testFailed('fulfilled'); 55 testFailed('fulfilled'); 61 }).then(function(localResult) { // fulfilled - the last 62 testPassed('fulfilled');
|
Promise-catch-expected.txt | 11 PASS fulfilled
|
Promise-resolve-state-expected.txt | 7 PASS promiseState is "fulfilled"
|
Promise-static-cast-expected.txt | 10 PASS fulfilled
|
Promise-then-callback-receiver-expected.txt | 5 PASS fulfilled
|
Promise-static-race.js | 41 testFailed('Promise.race([p4, p5]) is fulfilled.'); 46 // If the argument is an empty array, the result promise won't be fulfilled. 48 testFailed('Promise.race([]) is fulfilled.'); 54 testFailed('Promise.race() is fulfilled.'); 59 testFailed('Promise.race({}) is fulfilled.'); 65 testPassed('Promise.race([p4, p1, p6]) is fulfilled.'); 73 testFailed('Promise.race([p4, p6, p1]) is fulfilled.'); 81 testPassed('Promise.race([p9]) is fulfilled.'); 90 testPassed('Promise.race([p4,,]) is fulfilled.'); 100 testPassed('Promise.race([p4,42]) is fulfilled.') [all...] |
Promise-init-expected.txt | 14 PASS fulfilled
|
Promise-static-all.js | 41 testFailed('Promise.all([p1, p2, p5]) is fulfilled.'); 47 testFailed('Promise.all() is fulfilled.'); 51 testPassed('Promise.all([]) is fulfilled.'); 59 testPassed('Promise.all([p1, p2, p3]) is fulfilled.'); 70 testFailed('Promise.all([p1, p6, p5]) is fulfilled.'); 78 testPassed('Promise.all([p9]) is fulfilled.'); 88 testPassed('Promise.all([p9,,,]) is fulfilled.'); 101 testPassed('Promise.all([p9,42]) is fulfilled.'); 111 testFailed('Promise.all({}) is fulfilled.');
|
Promise-reject.js | 33 promiseState = 'fulfilled'; 47 testFailed('fulfilled.');
|
Promise-resolve-state.js | 33 promiseState = 'fulfilled'; 47 shouldBeEqualToString('promiseState', 'fulfilled');
|
Promise-resolve-with-then-fulfill.js | 42 testPassed('fulfilled'); 51 debug('The promise is not fulfilled now.');
|
Promise-then-callback-receiver.js | 33 testPassed('fulfilled'); 41 testFailed('fulfilled');
|
/external/chromium_org/ui/file_manager/gallery/js/ |
background.js | 29 * @return {Promise} Promise fulfilled with BackgroundComponents. 53 * Promise to be fulfilled with singleton instance of background components. 61 * @return {Promise} Promise to be fulfilled with an entry array. 78 * @return {Promise} Promise to be fulfilled with child entries. 99 * Promise to be fulfilled with single application window. 105 * Promise to be fulfilled with the current window is closed. 113 * @param {Promise} selectedEntriesPromise Promise to be fulfilled with the
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
RespondWithObserver.cpp | 24 Fulfilled, 45 ASSERT(m_resolveType == Fulfilled || m_resolveType == Rejected); 87 ThenFunction::create(this, ThenFunction::Fulfilled),
|
WaitUntilObserver.cpp | 25 Fulfilled, 46 ASSERT(m_resolveType == Fulfilled || m_resolveType == Rejected); 82 ThenFunction::create(this, ThenFunction::Fulfilled),
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_condition.h | 35 // attributes needs to be fulfilled in order for the condition to be fulfilled. 42 // are fulfilled for a ContentCondition.
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition.h | 53 // fulfilled in order for the condition to be fulfilled. 60 // are fulfilled for a WebRequestCondition.
|
/external/chromium_org/content/public/browser/ |
service_worker_context.h | 27 // promise is fulfilled or false when the JS promise is rejected. 42 // fulfilled or false when the JS promise is rejected.
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
request_manager_unittest.cc | 231 const std::vector<FulfilledEvent>& fulfilled() const { return fulfilled_; } function in class:chromeos::file_system_provider::__anon7749::RequestObserver 312 ASSERT_EQ(1u, observer.fulfilled().size()); 313 EXPECT_EQ(request_id, observer.fulfilled()[0].request_id()); 314 EXPECT_FALSE(observer.fulfilled()[0].has_more()); 333 EXPECT_EQ(1u, observer.fulfilled().size()); 386 ASSERT_EQ(1u, observer.fulfilled().size()); 387 EXPECT_EQ(request_id, observer.fulfilled()[0].request_id()); 388 EXPECT_TRUE(observer.fulfilled()[0].has_more()); 398 ASSERT_EQ(2u, observer.fulfilled().size()); 399 EXPECT_EQ(request_id, observer.fulfilled()[1].request_id()) [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
history_model_worker.h | 24 // from the syncapi that need to be fulfilled on the history thread.
|
password_model_worker.h | 26 // from the syncapi that need to be fulfilled on the password thread,
|