| /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
| HTMLMediaElementEncryptedMedia.cpp | 9 #include "bindings/core/v8/ScriptPromise.h" 53 static ScriptPromise create(ScriptState*, HTMLMediaElement&, MediaKeys*); 107 ScriptPromise SetMediaKeysHandler::create(ScriptState* scriptState, HTMLMediaElement& element, MediaKeys* mediaKeys) 272 ScriptPromise HTMLMediaElementEncryptedMedia::setMediaKeys(ScriptState* scriptState, HTMLMediaElement& element, MediaKeys* mediaKeys) 278 return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(InvalidStateError, "Mixed use of EME prefixed and unprefixed API not allowed.")); 283 return ScriptPromise::cast(scriptState, V8ValueTraits<V8UndefinedType>::toV8Value(V8UndefinedType(), scriptState->context()->Global(), scriptState->isolate()));
|
| /external/chromium_org/third_party/WebKit/Source/core/testing/ |
| Internals.cpp | 33 #include "bindings/core/v8/ScriptPromise.h" [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| FontFace.cpp | 349 ScriptPromise FontFace::fontStatusPromise(ScriptState* scriptState) 361 ScriptPromise FontFace::load(ScriptState* scriptState)
|
| /external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
| methods.cpp | 308 v8SetReturnValue(info, ScriptPromise::rejectRaw(info.GetIsolate(), V8ThrowException::createTypeError({{type_error_message(method, error_message)}}, info.GetIsolate()))); 341 v8SetReturnValue(info, ScriptPromise::rejectRaw(info.GetIsolate(), {{create_minimum_arity_type_error_without_exception_state(method, number_of_required_arguments)}}));
|
| /external/chromium_org/third_party/WebKit/Source/core/xml/ |
| XMLHttpRequest.cpp | 116 virtual ScriptPromise cancelSource(ScriptState* scriptState, ScriptValue reason) OVERRIDE 119 return ScriptPromise::cast(scriptState, v8::Undefined(scriptState->isolate())); [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/ |
| webcore_generated.target.darwin-arm.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| webcore_generated.target.darwin-arm64.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \
|
| webcore_generated.target.darwin-mips.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| webcore_generated.target.darwin-mips64.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \
|
| webcore_generated.target.darwin-x86.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| webcore_generated.target.darwin-x86_64.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| webcore_generated.target.linux-arm.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| webcore_generated.target.linux-arm64.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \
|
| webcore_generated.target.linux-mips.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| webcore_generated.target.linux-mips64.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \
|
| webcore_generated.target.linux-x86.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| webcore_generated.target.linux-x86_64.mk | 295 third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp \ [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
| V8TestObject.cpp | 15 #include "bindings/core/v8/ScriptPromise.h" [all...] |