|
virtual | ~MouseEvent () |
|
WEBCORE_EXPORT void | initMouseEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, EventTarget *relatedTarget) |
|
void | initMouseEventQuirk (JSC::ExecState &, ScriptExecutionContext &, const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, JSC::JSValue relatedTarget) |
|
unsigned short | button () const |
|
unsigned short | syntheticClickType () const |
|
bool | buttonDown () const |
|
EventTarget * | relatedTarget () const final |
|
void | setRelatedTarget (EventTarget *relatedTarget) |
|
double | force () const |
|
void | setForce (double force) |
|
WEBCORE_EXPORT Node * | toElement () const |
|
WEBCORE_EXPORT Node * | fromElement () const |
|
DataTransfer * | dataTransfer () const |
|
int | which () const final |
|
virtual | ~MouseEvent () |
|
WEBCORE_EXPORT void | initMouseEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, EventTarget *relatedTarget) |
|
void | initMouseEventQuirk (JSC::ExecState &, ScriptExecutionContext &, const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, JSC::JSValue relatedTarget) |
|
unsigned short | button () const |
|
unsigned short | syntheticClickType () const |
|
bool | buttonDown () const |
|
EventTarget * | relatedTarget () const final |
|
void | setRelatedTarget (EventTarget *relatedTarget) |
|
double | force () const |
|
void | setForce (double force) |
|
WEBCORE_EXPORT Node * | toElement () const |
|
WEBCORE_EXPORT Node * | fromElement () const |
|
DataTransfer * | dataTransfer () const |
|
int | which () const final |
|
int | screenX () const |
|
int | screenY () const |
|
const IntPoint & | screenLocation () const |
|
int | clientX () const |
|
int | clientY () const |
|
const LayoutPoint & | clientLocation () const |
|
int | layerX () override |
|
int | layerY () override |
|
WEBCORE_EXPORT int | offsetX () |
|
WEBCORE_EXPORT int | offsetY () |
|
bool | isSimulated () const |
|
int | pageX () const final |
|
int | pageY () const final |
|
virtual const LayoutPoint & | pageLocation () const |
|
WEBCORE_EXPORT int | x () const |
|
WEBCORE_EXPORT int | y () const |
|
const LayoutPoint & | absoluteLocation () const |
|
void | setAbsoluteLocation (const LayoutPoint &p) |
|
int | screenX () const |
|
int | screenY () const |
|
const IntPoint & | screenLocation () const |
|
int | clientX () const |
|
int | clientY () const |
|
const LayoutPoint & | clientLocation () const |
|
int | layerX () override |
|
int | layerY () override |
|
WEBCORE_EXPORT int | offsetX () |
|
WEBCORE_EXPORT int | offsetY () |
|
bool | isSimulated () const |
|
int | pageX () const final |
|
int | pageY () const final |
|
virtual const LayoutPoint & | pageLocation () const |
|
WEBCORE_EXPORT int | x () const |
|
WEBCORE_EXPORT int | y () const |
|
const LayoutPoint & | absoluteLocation () const |
|
void | setAbsoluteLocation (const LayoutPoint &p) |
|
bool | ctrlKey () const |
|
bool | shiftKey () const |
|
bool | altKey () const |
|
bool | metaKey () const |
|
bool | altGraphKey () const |
|
bool | capsLockKey () const |
|
bool | ctrlKey () const |
|
bool | shiftKey () const |
|
bool | altKey () const |
|
bool | metaKey () const |
|
bool | altGraphKey () const |
|
bool | capsLockKey () const |
|
virtual | ~UIEvent () |
|
WEBCORE_EXPORT void | initUIEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail) |
|
DOMWindow * | view () const |
|
int | detail () const |
|
virtual | ~UIEvent () |
|
WEBCORE_EXPORT void | initUIEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail) |
|
DOMWindow * | view () const |
|
int | detail () const |
|
EventInterface | eventInterface () const override |
|
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 | 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 | ~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 | 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 |
|
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 WEBCORE_EXPORT Ref< MouseEvent > | create (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, EventTarget *relatedTarget, double force, unsigned short syntheticClickType, DataTransfer *=nullptr, bool isSimulated=false) |
|
static WEBCORE_EXPORT Ref< MouseEvent > | create (const AtomicString &eventType, DOMWindow *, const PlatformMouseEvent &, int detail, Node *relatedTarget) |
|
static Ref< MouseEvent > | create (const AtomicString &eventType, bool canBubble, bool cancelable, DOMWindow *, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, unsigned short syntheticClickType, EventTarget *relatedTarget) |
|
static Ref< MouseEvent > | createForBindings () |
|
static Ref< MouseEvent > | create (const AtomicString &eventType, const MouseEventInit &, IsTrusted=IsTrusted::No) |
|
static bool | canTriggerActivationBehavior (const Event &) |
|
static WEBCORE_EXPORT Ref< MouseEvent > | create (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, EventTarget *relatedTarget, double force, unsigned short syntheticClickType, DataTransfer *=nullptr, bool isSimulated=false) |
|
static WEBCORE_EXPORT Ref< MouseEvent > | create (const AtomicString &eventType, DOMWindow *, const PlatformMouseEvent &, int detail, Node *relatedTarget) |
|
static Ref< MouseEvent > | create (const AtomicString &eventType, bool canBubble, bool cancelable, DOMWindow *, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, unsigned short syntheticClickType, EventTarget *relatedTarget) |
|
static Ref< MouseEvent > | createForBindings () |
|
static Ref< MouseEvent > | create (const AtomicString &eventType, const MouseEventInit &, IsTrusted=IsTrusted::No) |
|
static bool | canTriggerActivationBehavior (const Event &) |
|
static Ref< UIEvent > | create (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *view, int detail) |
|
static Ref< UIEvent > | createForBindings () |
|
static Ref< UIEvent > | create (const AtomicString &type, const UIEventInit &initializer, IsTrusted isTrusted=IsTrusted::No) |
|
static Ref< UIEvent > | create (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *view, int detail) |
|
static Ref< UIEvent > | createForBindings () |
|
static Ref< UIEvent > | create (const AtomicString &type, const UIEventInit &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) |
|
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 () |
|
|
| MouseEvent (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail, const IntPoint &screenLocation, const IntPoint &windowLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, EventTarget *relatedTarget, double force, unsigned short syntheticClickType, DataTransfer *, bool isSimulated) |
|
| MouseEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail, const IntPoint &screenLocation, const IntPoint &clientLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, unsigned short syntheticClickType, EventTarget *relatedTarget) |
|
| MouseEvent (const AtomicString &type, const MouseEventInit &, IsTrusted) |
|
| MouseEvent () |
|
| MouseEvent (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail, const IntPoint &screenLocation, const IntPoint &windowLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, EventTarget *relatedTarget, double force, unsigned short syntheticClickType, DataTransfer *, bool isSimulated) |
|
| MouseEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail, const IntPoint &screenLocation, const IntPoint &clientLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, unsigned short syntheticClickType, EventTarget *relatedTarget) |
|
| MouseEvent (const AtomicString &type, const MouseEventInit &, IsTrusted) |
|
| MouseEvent () |
|
| MouseRelatedEvent () |
|
| MouseRelatedEvent (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail, const IntPoint &screenLocation, const IntPoint &windowLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated=false) |
|
| MouseRelatedEvent (const AtomicString &type, const MouseRelatedEventInit &, IsTrusted=IsTrusted::No) |
|
void | initCoordinates () |
|
void | initCoordinates (const LayoutPoint &clientLocation) |
|
void | receivedTarget () final |
|
void | computePageLocation () |
|
void | computeRelativePosition () |
|
| MouseRelatedEvent () |
|
| MouseRelatedEvent (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail, const IntPoint &screenLocation, const IntPoint &windowLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated=false) |
|
| MouseRelatedEvent (const AtomicString &type, const MouseRelatedEventInit &, IsTrusted=IsTrusted::No) |
|
void | initCoordinates () |
|
void | initCoordinates (const LayoutPoint &clientLocation) |
|
void | receivedTarget () final |
|
void | computePageLocation () |
|
void | computeRelativePosition () |
|
| UIEventWithKeyState ()=default |
|
| UIEventWithKeyState (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) |
|
| UIEventWithKeyState (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey, bool capsLockKey) |
|
| UIEventWithKeyState (const AtomicString &type, const EventModifierInit &initializer, IsTrusted isTrusted) |
|
| UIEventWithKeyState ()=default |
|
| UIEventWithKeyState (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) |
|
| UIEventWithKeyState (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey, bool capsLockKey) |
|
| UIEventWithKeyState (const AtomicString &type, const EventModifierInit &initializer, IsTrusted isTrusted) |
|
| UIEvent () |
|
| UIEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail) |
|
| UIEvent (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail) |
|
| UIEvent (const AtomicString &, const UIEventInit &, IsTrusted) |
|
| UIEvent () |
|
| UIEvent (const AtomicString &type, bool canBubble, bool cancelable, DOMWindow *, int detail) |
|
| UIEvent (const AtomicString &type, bool canBubble, bool cancelable, double timestamp, DOMWindow *, int detail) |
|
| UIEvent (const AtomicString &, const UIEventInit &, IsTrusted) |
|
| Event (IsTrusted=IsTrusted::No) |
|
WEBCORE_EXPORT | Event (const AtomicString &type, bool canBubble, bool cancelable) |
|
| Event (const AtomicString &type, bool canBubble, bool cancelable, double timestamp) |
|
| Event (const AtomicString &type, const EventInit &, IsTrusted) |
|
bool | dispatched () const |
|
| Event (IsTrusted=IsTrusted::No) |
|
WEBCORE_EXPORT | Event (const AtomicString &type, bool canBubble, bool cancelable) |
|
| Event (const AtomicString &type, bool canBubble, bool cancelable, double timestamp) |
|
| Event (const AtomicString &type, const EventInit &, IsTrusted) |
|
bool | dispatched () const |
|
| ~ScriptWrappable () |
|
| ~ScriptWrappable () |
|
| RefCounted () |
|
| RefCounted () |
|
| RefCounted () |
|
| ~RefCounted () |
|
| ~RefCounted () |
|
| ~RefCounted () |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|