HomeSort by relevance Sort by last modified time
    Searched refs:ScriptPromiseProperty (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromiseProperty.h 18 // ScriptPromiseProperty is a helper for implementing a DOM method or
22 // ScriptPromiseProperty does not keep Promises or worlds alive to
26 // ScriptPromiseProperty to the holder's wrapper, and references in
33 // ScriptPromiseProperty - - -> Holder Wrapper ----> Promise
40 // ScriptPromiseProperty object for a given name at a time. See reset.
42 class ScriptPromiseProperty : public ScriptPromisePropertyBase {
43 WTF_MAKE_NONCOPYABLE(ScriptPromiseProperty);
45 // Creates a ScriptPromiseProperty that will create Promises in
47 // (typically ScriptPromiseProperty should be a member of the
50 // When implementing a ScriptPromiseProperty add the property nam
    [all...]
ScriptPromisePropertyTest.cpp 6 #include "bindings/core/v8/ScriptPromiseProperty.h"
84 typedef ScriptPromiseProperty<Member<GarbageCollectedScriptWrappable>, Member<GarbageCollectedScriptWrappable>, Member<GarbageCollectedScriptWrappable> > Property;
106 typedef ScriptPromiseProperty<RefCountedScriptWrappable*, RefPtr<RefCountedScriptWrappable>, RefPtr<RefCountedScriptWrappable> > Property;
427 // Tests that ScriptPromiseProperty works with a ref-counted holder.
510 // Tests that ScriptPromiseProperty works with a non ScriptWrappable resolution
517 typedef ScriptPromiseProperty<Member<GarbageCollectedScriptWrappable>, T, V8UndefinedType> Property;
  /external/chromium_org/third_party/WebKit/Source/core/streams/
ReadableStream.h 9 #include "bindings/core/v8/ScriptPromiseProperty.h"
69 typedef ScriptPromiseProperty<Member<ReadableStream>, V8UndefinedType, RefPtrWillBeMember<DOMException> > WaitPromise;
70 typedef ScriptPromiseProperty<Member<ReadableStream>, V8UndefinedType, RefPtrWillBeMember<DOMException> > ClosedPromise;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainer.h 35 #include "bindings/core/v8/ScriptPromiseProperty.h"
83 typedef ScriptPromiseProperty<Member<ServiceWorkerContainer>, Member<ServiceWorkerRegistration>, Member<ServiceWorkerRegistration> > ReadyProperty;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 29 #include "bindings/core/v8/ScriptPromiseProperty.h"
135 typedef ScriptPromiseProperty<Member<MediaKeySession>, V8UndefinedType, RefPtrWillBeMember<DOMException> > ClosedPromise;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.h 35 #include "bindings/core/v8/ScriptPromiseProperty.h"
127 typedef ScriptPromiseProperty<RawPtrWillBeMember<FontFace>, RawPtrWillBeMember<FontFace>, RefPtrWillBeMember<DOMException> > LoadedProperty;

Completed in 1127 milliseconds