|
| virtual | ~MessageEvent () |
| |
| void | initMessageEvent (JSC::ExecState &, const AtomicString &type, bool canBubble, bool cancelable, JSC::JSValue data, const String &origin, const String &lastEventId, std::optional< MessageEventSource > &&, Vector< RefPtr< MessagePort >> &&) |
| |
| const String & | origin () const |
| |
| const String & | lastEventId () const |
| |
| EventTarget * | source () const |
| |
| const Vector< RefPtr< MessagePort > > & | ports () const |
| |
| SerializedScriptValue * | data () const |
| |
| DataType | dataType () const |
| |
| JSC::JSValue | dataAsScriptValue () const |
| |
| SerializedScriptValue * | dataAsSerializedScriptValue () const |
| |
| String | dataAsString () const |
| |
| Blob * | dataAsBlob () const |
| |
| ArrayBuffer * | dataAsArrayBuffer () const |
| |
| RefPtr< SerializedScriptValue > | trySerializeData (JSC::ExecState *) |
| |
| virtual | ~Event () |
| |
| WEBCORE_EXPORT void | initEvent (const AtomicString &type, bool canBubble, bool cancelable) |
| |
| bool | isInitialized () const |
| |
| const AtomicString & | type () const |
| |
| void | setType (const AtomicString &type) |
| |
| EventTarget * | target () const |
| |
| void | setTarget (RefPtr< EventTarget > &&) |
| |
| EventTarget * | currentTarget () const |
| |
| void | setCurrentTarget (EventTarget *) |
| |
| unsigned short | eventPhase () const |
| |
| void | setEventPhase (unsigned short eventPhase) |
| |
| bool | bubbles () const |
| |
| bool | cancelable () const |
| |
| WEBCORE_EXPORT bool | composed () const |
| |
| DOMTimeStamp | timeStamp () const |
| |
| void | setEventPath (const EventPath &path) |
| |
| void | clearEventPath () |
| |
| Vector< EventTarget * > | composedPath () const |
| |
| void | stopPropagation () |
| |
| void | stopImmediatePropagation () |
| |
| bool | isTrusted () const |
| |
| void | setUntrusted () |
| |
| EventTarget * | srcElement () const |
| |
| bool | legacyReturnValue () const |
| |
| void | setLegacyReturnValue (bool returnValue) |
| |
| virtual bool | isUIEvent () const |
| |
| virtual bool | isMouseEvent () const |
| |
| virtual bool | isFocusEvent () const |
| |
| virtual bool | isKeyboardEvent () const |
| |
| virtual bool | isInputEvent () const |
| |
| virtual bool | isCompositionEvent () const |
| |
| virtual bool | isTouchEvent () const |
| |
| virtual bool | isClipboardEvent () const |
| |
| virtual bool | isBeforeTextInsertedEvent () const |
| |
| virtual bool | isBeforeUnloadEvent () const |
| |
| virtual bool | isErrorEvent () const |
| |
| virtual bool | isTextEvent () const |
| |
| virtual bool | isWheelEvent () const |
| |
| bool | propagationStopped () const |
| |
| bool | immediatePropagationStopped () const |
| |
| void | resetPropagationFlags () |
| |
| bool | defaultPrevented () const |
| |
| void | preventDefault () |
| |
| void | setDefaultPrevented (bool defaultPrevented) |
| |
| bool | defaultHandled () const |
| |
| void | setDefaultHandled () |
| |
| void | setInPassiveListener (bool value) |
| |
| bool | cancelBubble () const |
| |
| void | setCancelBubble (bool) |
| |
| Event * | underlyingEvent () const |
| |
| void | setUnderlyingEvent (Event *) |
| |
| bool | isBeingDispatched () const |
| |
| virtual EventTarget * | relatedTarget () const |
| |
| virtual | ~Event () |
| |
| WEBCORE_EXPORT void | initEvent (const AtomicString &type, bool canBubble, bool cancelable) |
| |
| bool | isInitialized () const |
| |
| const AtomicString & | type () const |
| |
| void | setType (const AtomicString &type) |
| |
| EventTarget * | target () const |
| |
| void | setTarget (RefPtr< EventTarget > &&) |
| |
| EventTarget * | currentTarget () const |
| |
| void | setCurrentTarget (EventTarget *) |
| |
| unsigned short | eventPhase () const |
| |
| void | setEventPhase (unsigned short eventPhase) |
| |
| bool | bubbles () const |
| |
| bool | cancelable () const |
| |
| WEBCORE_EXPORT bool | composed () const |
| |
| DOMTimeStamp | timeStamp () const |
| |
| void | setEventPath (const EventPath &path) |
| |
| void | clearEventPath () |
| |
| Vector< EventTarget * > | composedPath () const |
| |
| void | stopPropagation () |
| |
| void | stopImmediatePropagation () |
| |
| bool | isTrusted () const |
| |
| void | setUntrusted () |
| |
| EventTarget * | srcElement () const |
| |
| bool | legacyReturnValue () const |
| |
| void | setLegacyReturnValue (bool returnValue) |
| |
| virtual bool | isUIEvent () const |
| |
| virtual bool | isMouseEvent () const |
| |
| virtual bool | isFocusEvent () const |
| |
| virtual bool | isKeyboardEvent () const |
| |
| virtual bool | isInputEvent () const |
| |
| virtual bool | isCompositionEvent () const |
| |
| virtual bool | isTouchEvent () const |
| |
| virtual bool | isClipboardEvent () const |
| |
| virtual bool | isBeforeTextInsertedEvent () const |
| |
| virtual bool | isBeforeUnloadEvent () const |
| |
| virtual bool | isErrorEvent () const |
| |
| virtual bool | isTextEvent () const |
| |
| virtual bool | isWheelEvent () const |
| |
| bool | propagationStopped () const |
| |
| bool | immediatePropagationStopped () const |
| |
| void | resetPropagationFlags () |
| |
| bool | defaultPrevented () const |
| |
| void | preventDefault () |
| |
| void | setDefaultPrevented (bool defaultPrevented) |
| |
| bool | defaultHandled () const |
| |
| void | setDefaultHandled () |
| |
| void | setInPassiveListener (bool value) |
| |
| bool | cancelBubble () const |
| |
| void | setCancelBubble (bool) |
| |
| Event * | underlyingEvent () const |
| |
| void | setUnderlyingEvent (Event *) |
| |
| bool | isBeingDispatched () const |
| |
| virtual EventTarget * | relatedTarget () const |
| |
| JSDOMObject * | wrapper () const |
| |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| |
| void | clearWrapper (JSDOMObject *) |
| |
| JSDOMObject * | wrapper () const |
| |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| |
| void | clearWrapper (JSDOMObject *) |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
|
| static Ref< MessageEvent > | create (Vector< RefPtr< MessagePort >> &&, RefPtr< SerializedScriptValue > &&, const String &origin={ }, const String &lastEventId={ }, std::optional< MessageEventSource > &&source=std::nullopt) |
| |
| static Ref< MessageEvent > | create (const AtomicString &type, RefPtr< SerializedScriptValue > &&, const String &origin, const String &lastEventId) |
| |
| static Ref< MessageEvent > | create (const String &data, const String &origin={ }) |
| |
| static Ref< MessageEvent > | create (Ref< Blob > &&data, const String &origin) |
| |
| static Ref< MessageEvent > | create (Ref< ArrayBuffer > &&data, const String &origin={ }) |
| |
| static Ref< MessageEvent > | createForBindings () |
| |
| static Ref< MessageEvent > | create (JSC::ExecState &, const AtomicString &type, Init &&, IsTrusted=IsTrusted::No) |
| |
| static Ref< Event > | create (const AtomicString &type, bool canBubble, bool cancelable) |
| |
| static Ref< Event > | createForBindings () |
| |
| static Ref< Event > | create (const AtomicString &type, const EventInit &initializer, IsTrusted isTrusted=IsTrusted::No) |
| |
| static Ref< Event > | create (const AtomicString &type, bool canBubble, bool cancelable) |
| |
| static Ref< Event > | createForBindings () |
| |
| static Ref< Event > | create (const AtomicString &type, const EventInit &initializer, IsTrusted isTrusted=IsTrusted::No) |
| |
| template<typename Derived > |
| static ptrdiff_t | offsetOfWrapper () |
| |
| template<typename Derived > |
| static ptrdiff_t | offsetOfWrapper () |
| |