ScriptPromise 890 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(ScriptPromise, cppValue, ScriptPromise(v8Value, info.GetIsolate())); ScriptPromise 5645 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(ScriptPromise, promiseArg, ScriptPromise(info[0], info.GetIsolate())); ScriptPromise 27 Source/bindings/v8/MIDIAccessResolver.h ScriptPromise promise() { return m_resolver->promise(); } ScriptPromise 43 Source/bindings/v8/ScriptPromise.cpp ScriptPromise::ScriptPromise(v8::Handle<v8::Value> value, v8::Isolate* isolate) ScriptPromise 56 Source/bindings/v8/ScriptPromise.cpp ScriptPromise ScriptPromise::then(PassOwnPtr<ScriptFunction> onFulfilled, PassOwnPtr<ScriptFunction> onRejected) ScriptPromise 59 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(); ScriptPromise 66 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(V8PromiseCustom::then(promise, v8OnFulfilled, v8OnRejected, isolate()), isolate()); ScriptPromise 79 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(); ScriptPromise 85 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(resultPromise, isolate()); ScriptPromise 88 Source/bindings/v8/ScriptPromise.cpp ScriptPromise ScriptPromise::cast(const ScriptValue& value) ScriptPromise 91 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(); ScriptPromise 95 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(v8Value, isolate); ScriptPromise 102 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(); ScriptPromise 105 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(resolver->GetPromise(), isolate); ScriptPromise 107 Source/bindings/v8/ScriptPromise.cpp return ScriptPromise(V8PromiseCustom::toPromise(v8Value, isolate), isolate); ScriptPromise 50 Source/bindings/v8/ScriptPromise.h class ScriptPromise { ScriptPromise 53 Source/bindings/v8/ScriptPromise.h ScriptPromise() { } ScriptPromise 57 Source/bindings/v8/ScriptPromise.h ScriptPromise(v8::Handle<v8::Value> promise, v8::Isolate*); ScriptPromise 59 Source/bindings/v8/ScriptPromise.h ScriptPromise then(PassOwnPtr<ScriptFunction> onFulfilled, PassOwnPtr<ScriptFunction> onRejected = PassOwnPtr<ScriptFunction>()); ScriptPromise 99 Source/bindings/v8/ScriptPromise.h static ScriptPromise cast(const ScriptValue& /*value*/); ScriptPromise 56 Source/bindings/v8/ScriptPromiseResolver.cpp m_promise = ScriptPromise(V8PromiseCustom::createPromise(creationContext, isolate), isolate); ScriptPromise 67 Source/bindings/v8/ScriptPromiseResolver.cpp m_promise = ScriptPromise(V8PromiseCustom::createPromise(v8::Object::New(isolate), isolate), isolate); ScriptPromise 80 Source/bindings/v8/ScriptPromiseResolver.cpp ScriptPromise ScriptPromiseResolver::promise() ScriptPromise 85 Source/bindings/v8/ScriptPromiseResolver.cpp return ScriptPromise(v8Resolver->GetPromise(), m_isolate); ScriptPromise 85 Source/bindings/v8/ScriptPromiseResolver.h ScriptPromise promise(); ScriptPromise 149 Source/bindings/v8/ScriptPromiseResolver.h ScriptPromise m_promise; ScriptPromise 87 Source/bindings/v8/ScriptPromiseResolverTest.cpp ScriptPromise m_promise; ScriptPromise 63 Source/bindings/v8/ScriptPromiseTest.cpp V8PromiseCustom::PromiseState state(ScriptPromise promise) ScriptPromise 78 Source/bindings/v8/ScriptPromiseTest.cpp ScriptPromise promise(v8::Undefined(m_isolate), m_isolate); ScriptPromise 85 Source/bindings/v8/ScriptPromiseTest.cpp ScriptPromise promise = ScriptPromiseResolver::create(m_isolate)->promise(); ScriptPromise 86 Source/bindings/v8/ScriptPromiseTest.cpp ScriptPromise newPromise = ScriptPromise::cast(ScriptValue(promise.v8Value(), m_isolate)); ScriptPromise 96 Source/bindings/v8/ScriptPromiseTest.cpp ScriptPromise promise1 = ScriptPromise::cast(ScriptValue(value.v8Value(), m_isolate)); ScriptPromise 97 Source/bindings/v8/ScriptPromiseTest.cpp ScriptPromise promise2 = ScriptPromise::cast(ScriptValue(value.v8Value(), m_isolate)); ScriptPromise 89 Source/core/css/FontFace.cpp ScriptPromise promise() { return m_resolver->promise(); } ScriptPromise 395 Source/core/css/FontFace.cpp ScriptPromise FontFace::load(ExecutionContext* context) ScriptPromise 398 Source/core/css/FontFace.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 84 Source/core/css/FontFace.h ScriptPromise load(ExecutionContext*); ScriptPromise 60 Source/core/css/FontFaceSet.cpp ScriptPromise promise() { return m_resolver->promise(); } ScriptPromise 126 Source/core/css/FontFaceSet.cpp ScriptPromise promise() { return m_resolver->promise(); } ScriptPromise 268 Source/core/css/FontFaceSet.cpp ScriptPromise FontFaceSet::ready() ScriptPromise 271 Source/core/css/FontFaceSet.cpp return ScriptPromise(); ScriptPromise 273 Source/core/css/FontFaceSet.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 437 Source/core/css/FontFaceSet.cpp ScriptPromise FontFaceSet::load(const String& fontString, const String& text) ScriptPromise 440 Source/core/css/FontFaceSet.cpp return ScriptPromise(); ScriptPromise 445 Source/core/css/FontFaceSet.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 459 Source/core/css/FontFaceSet.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 70 Source/core/css/FontFaceSet.h ScriptPromise load(const String& font, const String& text); ScriptPromise 71 Source/core/css/FontFaceSet.h ScriptPromise ready(); ScriptPromise 2406 Source/core/testing/Internals.cpp ScriptPromise Internals::createPromise(ExecutionContext* context) ScriptPromise 2411 Source/core/testing/Internals.cpp ScriptPromise Internals::createResolvedPromise(ExecutionContext* context, ScriptValue value) ScriptPromise 2414 Source/core/testing/Internals.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 2419 Source/core/testing/Internals.cpp ScriptPromise Internals::createRejectedPromise(ExecutionContext* context, ScriptValue value) ScriptPromise 2422 Source/core/testing/Internals.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 2427 Source/core/testing/Internals.cpp ScriptPromise Internals::addOneToPromise(ExecutionContext* context, ScriptPromise promise) ScriptPromise 316 Source/core/testing/Internals.h ScriptPromise createPromise(ExecutionContext*); ScriptPromise 317 Source/core/testing/Internals.h ScriptPromise createResolvedPromise(ExecutionContext*, ScriptValue); ScriptPromise 318 Source/core/testing/Internals.h ScriptPromise createRejectedPromise(ExecutionContext*, ScriptValue); ScriptPromise 319 Source/core/testing/Internals.h ScriptPromise addOneToPromise(ExecutionContext*, ScriptPromise); ScriptPromise 64 Source/modules/crypto/CryptoResultImpl.h ScriptPromise promise() { return m_promiseResolver->promise(); } ScriptPromise 57 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise startCryptoOperation(const Dictionary& rawAlgorithm, Key* key, AlgorithmOperation operationType, ArrayBufferView* signature, ArrayBufferView* dataBuffer, ExceptionState& exceptionState) ScriptPromise 65 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 69 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 73 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 77 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise promise = result->promise(); ScriptPromise 107 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 120 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::encrypt(const Dictionary& rawAlgorithm, Key* key, ArrayBufferView* data, ExceptionState& exceptionState) ScriptPromise 125 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::decrypt(const Dictionary& rawAlgorithm, Key* key, ArrayBufferView* data, ExceptionState& exceptionState) ScriptPromise 130 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::sign(const Dictionary& rawAlgorithm, Key* key, ArrayBufferView* data, ExceptionState& exceptionState) ScriptPromise 135 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::verifySignature(const Dictionary& rawAlgorithm, Key* key, ArrayBufferView* signature, ArrayBufferView* data, ExceptionState& exceptionState) ScriptPromise 140 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::digest(const Dictionary& rawAlgorithm, ArrayBufferView* data, ExceptionState& exceptionState) ScriptPromise 145 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::generateKey(const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) ScriptPromise 148 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise promise = result->promise(); ScriptPromise 162 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::importKey(const String& rawFormat, ArrayBufferView* keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) ScriptPromise 166 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 170 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise promise = result->promise(); ScriptPromise 190 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::exportKey(const String& rawFormat, Key* key, ExceptionState& exceptionState) ScriptPromise 194 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 198 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise promise = result->promise(); ScriptPromise 213 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::wrapKey(const String& rawFormat, Key* key, Key* wrappingKey, const Dictionary& rawWrapAlgorithm, ExceptionState& exceptionState) ScriptPromise 217 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 222 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 226 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise promise = result->promise(); ScriptPromise 248 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::unwrapKey(const String& rawFormat, ArrayBufferView* wrappedKey, Key* unwrappingKey, const Dictionary& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) ScriptPromise 252 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 257 Source/modules/crypto/SubtleCrypto.cpp return ScriptPromise(); ScriptPromise 261 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise promise = result->promise(); ScriptPromise 54 Source/modules/crypto/SubtleCrypto.h ScriptPromise encrypt(const Dictionary&, Key*, ArrayBufferView* data, ExceptionState&); ScriptPromise 55 Source/modules/crypto/SubtleCrypto.h ScriptPromise decrypt(const Dictionary&, Key*, ArrayBufferView* data, ExceptionState&); ScriptPromise 56 Source/modules/crypto/SubtleCrypto.h ScriptPromise sign(const Dictionary&, Key*, ArrayBufferView* data, ExceptionState&); ScriptPromise 58 Source/modules/crypto/SubtleCrypto.h ScriptPromise verifySignature(const Dictionary&, Key*, ArrayBufferView* signature, ArrayBufferView* data, ExceptionState&); ScriptPromise 59 Source/modules/crypto/SubtleCrypto.h ScriptPromise digest(const Dictionary&, ArrayBufferView* data, ExceptionState&); ScriptPromise 61 Source/modules/crypto/SubtleCrypto.h ScriptPromise generateKey(const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&); ScriptPromise 62 Source/modules/crypto/SubtleCrypto.h ScriptPromise importKey(const String&, ArrayBufferView*, const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&); ScriptPromise 63 Source/modules/crypto/SubtleCrypto.h ScriptPromise exportKey(const String&, Key*, ExceptionState&); ScriptPromise 65 Source/modules/crypto/SubtleCrypto.h ScriptPromise wrapKey(const String&, Key*, Key*, const Dictionary&, ExceptionState&); ScriptPromise 66 Source/modules/crypto/SubtleCrypto.h ScriptPromise unwrapKey(const String&, ArrayBufferView*, Key*, const Dictionary&, const Dictionary&, bool, const Vector<String>&, ExceptionState&); ScriptPromise 66 Source/modules/imagebitmap/ImageBitmapFactories.cpp static ScriptPromise fulfillImageBitmap(ExecutionContext* context, PassRefPtrWillBeRawPtr<ImageBitmap> imageBitmap) ScriptPromise 69 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 78 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLImageElement* image, ExceptionState& exceptionState) ScriptPromise 84 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLImageElement* image, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) ScriptPromise 91 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 95 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 99 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 103 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 107 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 111 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 117 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLVideoElement* video, ExceptionState& exceptionState) ScriptPromise 123 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLVideoElement* video, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) ScriptPromise 130 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 134 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 138 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 142 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 146 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 150 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 154 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 160 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, CanvasRenderingContext2D* context, ExceptionState& exceptionState) ScriptPromise 165 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, CanvasRenderingContext2D* context, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) ScriptPromise 170 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLCanvasElement* canvas, ExceptionState& exceptionState) ScriptPromise 175 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLCanvasElement* canvas, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) ScriptPromise 182 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 186 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 190 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 197 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, Blob* blob, ExceptionState& exceptionState) ScriptPromise 201 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 204 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 211 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, Blob* blob, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) ScriptPromise 215 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 219 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 222 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 229 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, ImageData* data, ExceptionState& exceptionState) ScriptPromise 234 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, ImageData* data, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) ScriptPromise 238 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 242 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 248 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, ImageBitmap* bitmap, ExceptionState& exceptionState) ScriptPromise 253 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, ImageBitmap* bitmap, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) ScriptPromise 257 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 261 Source/modules/imagebitmap/ImageBitmapFactories.cpp return ScriptPromise(); ScriptPromise 61 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLImageElement*, ExceptionState&); ScriptPromise 62 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLImageElement*, int sx, int sy, int sw, int sh, ExceptionState&); ScriptPromise 63 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLVideoElement*, ExceptionState&); ScriptPromise 64 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLVideoElement*, int sx, int sy, int sw, int sh, ExceptionState&); ScriptPromise 65 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, CanvasRenderingContext2D*, ExceptionState&); ScriptPromise 66 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, CanvasRenderingContext2D*, int sx, int sy, int sw, int sh, ExceptionState&); ScriptPromise 67 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLCanvasElement*, ExceptionState&); ScriptPromise 68 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLCanvasElement*, int sx, int sy, int sw, int sh, ExceptionState&); ScriptPromise 69 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, Blob*, ExceptionState&); ScriptPromise 70 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, Blob*, int sx, int sy, int sw, int sh, ExceptionState&); ScriptPromise 71 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, ImageData*, ExceptionState&); ScriptPromise 72 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, ImageData*, int sx, int sy, int sw, int sh, ExceptionState&); ScriptPromise 73 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, ImageBitmap*, ExceptionState&); ScriptPromise 74 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, ImageBitmap*, int sx, int sy, int sw, int sh, ExceptionState&); ScriptPromise 29 Source/modules/push_messaging/PushManager.cpp ScriptPromise PushManager::registerPushMessaging(ExecutionContext* context, const String& senderId) ScriptPromise 32 Source/modules/push_messaging/PushManager.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 16 Source/modules/push_messaging/PushManager.h class ScriptPromise; ScriptPromise 26 Source/modules/push_messaging/PushManager.h ScriptPromise registerPushMessaging(ExecutionContext*, const String& senderId); ScriptPromise 86 Source/modules/quota/StorageQuota.cpp ScriptPromise StorageQuota::queryInfo(ExecutionContext* executionContext, String type) ScriptPromise 91 Source/modules/quota/StorageQuota.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 105 Source/modules/quota/StorageQuota.cpp ScriptPromise StorageQuota::requestPersistentQuota(ExecutionContext* executionContext, unsigned long long newQuota) ScriptPromise 54 Source/modules/quota/StorageQuota.h ScriptPromise queryInfo(ExecutionContext*, String type); ScriptPromise 55 Source/modules/quota/StorageQuota.h ScriptPromise requestPersistentQuota(ExecutionContext*, unsigned long long newQuota); ScriptPromise 41 Source/modules/quota/StorageQuotaClient.h class ScriptPromise; ScriptPromise 52 Source/modules/quota/StorageQuotaClient.h virtual ScriptPromise requestPersistentQuota(ExecutionContext*, unsigned long long newQuotaInBytes) = 0; ScriptPromise 28 Source/modules/serviceworkers/Cache.cpp ScriptPromise Cache::match(ExecutionContext* executionContext, const String& urlString) ScriptPromise 31 Source/modules/serviceworkers/Cache.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 39 Source/modules/serviceworkers/Cache.cpp ScriptPromise Cache::ready(ExecutionContext* executionContext) ScriptPromise 42 Source/modules/serviceworkers/Cache.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 17 Source/modules/serviceworkers/Cache.h class ScriptPromise; ScriptPromise 24 Source/modules/serviceworkers/Cache.h ScriptPromise match(ExecutionContext*, const String& urlString); ScriptPromise 25 Source/modules/serviceworkers/Cache.h ScriptPromise ready(ExecutionContext*); ScriptPromise 57 Source/modules/serviceworkers/InstallEvent.cpp ScriptPromise InstallEvent::reloadAll(ExecutionContext* context) ScriptPromise 64 Source/modules/serviceworkers/InstallEvent.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 50 Source/modules/serviceworkers/InstallEvent.h ScriptPromise reloadAll(ExecutionContext*); ScriptPromise 85 Source/modules/serviceworkers/RespondWithObserver.cpp ScriptPromise::cast(value).then( ScriptPromise 66 Source/modules/serviceworkers/ServiceWorkerContainer.cpp ScriptPromise ServiceWorkerContainer::registerServiceWorker(ExecutionContext* executionContext, const String& url, const Dictionary& dictionary) ScriptPromise 71 Source/modules/serviceworkers/ServiceWorkerContainer.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 95 Source/modules/serviceworkers/ServiceWorkerContainer.cpp ScriptPromise ServiceWorkerContainer::unregisterServiceWorker(ExecutionContext* executionContext, const String& pattern) ScriptPromise 99 Source/modules/serviceworkers/ServiceWorkerContainer.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 60 Source/modules/serviceworkers/ServiceWorkerContainer.h ScriptPromise registerServiceWorker(ExecutionContext*, const String& pattern, const Dictionary&); ScriptPromise 61 Source/modules/serviceworkers/ServiceWorkerContainer.h ScriptPromise unregisterServiceWorker(ExecutionContext*, const String& scope = String()); ScriptPromise 79 Source/modules/serviceworkers/WaitUntilObserver.cpp ScriptPromise::cast(value).then( ScriptPromise 68 Source/modules/webmidi/MIDIAccess.cpp ScriptPromise MIDIAccess::request(const MIDIOptions& options, ExecutionContext* context) ScriptPromise 211 Source/modules/webmidi/MIDIAccess.cpp ScriptPromise MIDIAccess::startRequest() ScriptPromise 214 Source/modules/webmidi/MIDIAccess.cpp ScriptPromise promise = m_resolver->promise(); ScriptPromise 59 Source/modules/webmidi/MIDIAccess.h static ScriptPromise request(const MIDIOptions&, ExecutionContext*); ScriptPromise 100 Source/modules/webmidi/MIDIAccess.h ScriptPromise startRequest(); ScriptPromise 69 Source/modules/webmidi/NavigatorWebMIDI.cpp ScriptPromise NavigatorWebMIDI::requestMIDIAccess(Navigator& navigator, const Dictionary& options) ScriptPromise 74 Source/modules/webmidi/NavigatorWebMIDI.cpp ScriptPromise NavigatorWebMIDI::requestMIDIAccess(const Dictionary& options) ScriptPromise 78 Source/modules/webmidi/NavigatorWebMIDI.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 50 Source/modules/webmidi/NavigatorWebMIDI.h static ScriptPromise requestMIDIAccess(Navigator&, const Dictionary&); ScriptPromise 51 Source/modules/webmidi/NavigatorWebMIDI.h ScriptPromise requestMIDIAccess(const Dictionary&); ScriptPromise 78 Source/web/StorageQuotaClientImpl.cpp ScriptPromise StorageQuotaClientImpl::requestPersistentQuota(ExecutionContext* executionContext, unsigned long long newQuotaInBytes) ScriptPromise 83 Source/web/StorageQuotaClientImpl.cpp ScriptPromise promise = resolver->promise(); ScriptPromise 46 Source/web/StorageQuotaClientImpl.h virtual WebCore::ScriptPromise requestPersistentQuota(WebCore::ExecutionContext*, unsigned long long newQuotaInBytes) OVERRIDE;