|
| nsresult | GetCharCode (uint32_t *aCharCode) |
| |
| nsresult | GetKeyCode (uint32_t *aKeyCode) |
| |
| nsresult | GetAltKey (bool *aAltKey) |
| |
| nsresult | GetCtrlKey (bool *aCtrlKey) |
| |
| nsresult | GetShiftKey (bool *aShiftKey) |
| |
| nsresult | GetMetaKey (bool *aMetaKey) |
| |
| nsresult | InitKeyEvent (const nsAString *typeArg, bool canBubbleArg, bool cancelableArg, nsIDOMWindow *viewArg, bool ctrlKeyArg, bool altKeyArg, bool shiftKeyArg, bool metaKeyArg, uint32_t keyCodeArg, uint32_t charCodeArg) |
| |
| nsresult | GetModifierState (const nsAString *keyArg, bool *_retval) |
| |
| nsresult | GetLocation (uint32_t *aLocation) |
| |
| nsresult | GetRepeat (bool *aRepeat) |
| |
| nsresult | GetKey (nsAString *aKey) |
| |
| nsresult | GetView (nsIDOMWindow **aView) |
| |
| nsresult | GetDetail (int32_t *aDetail) |
| |
| nsresult | InitUIEvent (const nsAString *typeArg, bool canBubbleArg, bool cancelableArg, nsIDOMWindow *viewArg, int32_t detailArg) |
| |
| nsresult | GetLayerX (int32_t *aLayerX) |
| |
| nsresult | GetLayerY (int32_t *aLayerY) |
| |
| nsresult | GetPageX (int32_t *aPageX) |
| |
| nsresult | GetPageY (int32_t *aPageY) |
| |
| nsresult | GetWhich (uint32_t *aWhich) |
| |
| nsresult | GetRangeParent (nsIDOMNode **aRangeParent) |
| |
| nsresult | GetRangeOffset (int32_t *aRangeOffset) |
| |
| nsresult | GetCancelBubble (bool *aCancelBubble) |
| |
| nsresult | SetCancelBubble (bool aCancelBubble) |
| |
| nsresult | GetIsChar (bool *aIsChar) |
| |
| nsresult | GetType (nsAString *aType) |
| |
| nsresult | GetTarget (nsIDOMEventTarget **aTarget) |
| |
| nsresult | GetCurrentTarget (nsIDOMEventTarget **aCurrentTarget) |
| |
| nsresult | GetEventPhase (uint16_t *aEventPhase) |
| |
| nsresult | GetBubbles (bool *aBubbles) |
| |
| nsresult | GetCancelable (bool *aCancelable) |
| |
| nsresult | GetTimeStamp (DOMTimeStamp *aTimeStamp) |
| |
| nsresult | StopPropagation () |
| |
| nsresult | PreventDefault () |
| |
| nsresult | InitEvent (const nsAString *eventTypeArg, bool canBubbleArg, bool cancelableArg) |
| |
| nsresult | GetDefaultPrevented (bool *aDefaultPrevented) |
| |
| nsresult | StopImmediatePropagation () |
| |
| nsresult | GetOriginalTarget (nsIDOMEventTarget **aOriginalTarget) |
| |
| nsresult | GetExplicitOriginalTarget (nsIDOMEventTarget **aExplicitOriginalTarget) |
| |
| nsresult | GetPreventDefault (bool *_retval) |
| |
| nsresult | GetIsTrusted (bool *aIsTrusted) |
| |
| nsresult | DuplicatePrivateData () |
| |
| nsresult | SetTarget (nsIDOMEventTarget *aTarget) |
| |
| bool | IsDispatchStopped () |
| |
| void * | GetInternalNSEvent () |
| |
| void | SetTrusted (bool aTrusted) |
| |
| void | Serialize (void *aMsg, bool aSerializeInterfaceType) |
| |
| bool | Deserialize (const void *aMsg, void **aIter) |
| |
| void | SetOwner (void *aOwner) |
| |
| void * | InternalDOMEvent () |
| |
| nsresult | QueryInterface (nsIIDRef riid, void **result) |
| |
| nsrefcnt | AddRef () |
| |
| nsrefcnt | Release () |
| |
Definition at line 3209 of file nsiface.idl.