Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:altKey

184     //readonly attribute boolean          altKey;
185 HRESULT altKey([out, retval] BOOL* result);
204 // in boolean altKey,
208 HRESULT initKeyboardEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] BSTR keyIdentifier, [in] unsigned long keyLocation, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] BOOL graphKey);
224 // in boolean altKey,
255 //readonly attribute boolean altKey;
256 HRESULT altKey([out, retval] BOOL* result);
277 // in boolean altKey,
282 HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] unsigned short button, [in] IDOMEventTarget* relatedTarget);
435 //readonly attribute boolean altKey;
436 HRESULT altKey([out, retval] BOOL* result);
474 // in boolean altKey,
477 HRESULT initWheelEvent([in] long wheelDeltaX, [in] long wheelDeltaY, [in] IDOMWindow* view, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey);