|
| using | AddEventListenerOptionsOrBoolean = Variant< AddEventListenerOptions, bool > |
| |
| using | ListenerOptionsOrBoolean = Variant< ListenerOptions, bool > |
| |
| using | AddEventListenerOptionsOrBoolean = Variant< AddEventListenerOptions, bool > |
| |
| using | ListenerOptionsOrBoolean = Variant< ListenerOptions, bool > |
| |
| void | ref () |
| |
| void | deref () |
| |
| virtual EventTargetInterface | eventTargetInterface () const =0 |
| |
| virtual ScriptExecutionContext * | scriptExecutionContext () const =0 |
| |
| virtual Node * | toNode () |
| |
| virtual DOMWindow * | toDOMWindow () |
| |
| virtual bool | isMessagePort () const |
| |
| WEBCORE_EXPORT void | addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT void | removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT ExceptionOr< bool > | dispatchEventForBindings (Event &) |
| |
| virtual bool | addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &={ }) |
| |
| virtual bool | removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) |
| |
| virtual void | removeAllEventListeners () |
| |
| virtual bool | dispatchEvent (Event &) |
| |
| virtual void | uncaughtExceptionInEventHandler () |
| |
| bool | setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
| |
| EventListener * | attributeEventListener (const AtomicString &eventType) |
| |
| bool | hasEventListeners () const |
| |
| bool | hasEventListeners (const AtomicString &eventType) const |
| |
| bool | hasCapturingEventListeners (const AtomicString &eventType) |
| |
| bool | hasActiveEventListeners (const AtomicString &eventType) const |
| |
| const EventListenerVector & | eventListeners (const AtomicString &eventType) |
| |
| bool | fireEventListeners (Event &) |
| |
| bool | isFiringEventListeners () const |
| |
| void | visitJSEventListeners (JSC::SlotVisitor &) |
| |
| void | invalidateJSEventListeners (JSC::JSObject *) |
| |
| void | ref () |
| |
| void | deref () |
| |
| virtual EventTargetInterface | eventTargetInterface () const =0 |
| |
| virtual ScriptExecutionContext * | scriptExecutionContext () const =0 |
| |
| virtual Node * | toNode () |
| |
| virtual DOMWindow * | toDOMWindow () |
| |
| virtual bool | isMessagePort () const |
| |
| WEBCORE_EXPORT void | addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT void | removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT ExceptionOr< bool > | dispatchEventForBindings (Event &) |
| |
| virtual bool | addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &={ }) |
| |
| virtual bool | removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) |
| |
| virtual void | removeAllEventListeners () |
| |
| virtual bool | dispatchEvent (Event &) |
| |
| virtual void | uncaughtExceptionInEventHandler () |
| |
| bool | setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
| |
| EventListener * | attributeEventListener (const AtomicString &eventType) |
| |
| bool | hasEventListeners () const |
| |
| bool | hasEventListeners (const AtomicString &eventType) const |
| |
| bool | hasCapturingEventListeners (const AtomicString &eventType) |
| |
| bool | hasActiveEventListeners (const AtomicString &eventType) const |
| |
| const EventListenerVector & | eventListeners (const AtomicString &eventType) |
| |
| bool | fireEventListeners (Event &) |
| |
| bool | isFiringEventListeners () const |
| |
| void | visitJSEventListeners (JSC::SlotVisitor &) |
| |
| void | invalidateJSEventListeners (JSC::JSObject *) |
| |
| JSDOMObject * | wrapper () const |
| |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| |
| void | clearWrapper (JSDOMObject *) |
| |
| JSDOMObject * | wrapper () const |
| |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| |
| void | clearWrapper (JSDOMObject *) |
| |
| template<typename Derived > |
| static ptrdiff_t | offsetOfWrapper () |
| |
| template<typename Derived > |
| static ptrdiff_t | offsetOfWrapper () |
| |