HomeSort by relevance Sort by last modified time
    Searched refs:metaKey (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/webkit/WebCore/dom/
UIEventWithKeyState.h 36 bool metaKey() const { return m_metaKey; }
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
53 , m_metaKey(metaKey)
TouchEvent.cpp 37 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
39 ctrlKey, altKey, shiftKey, metaKey)
49 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
61 m_metaKey = metaKey;
WheelEvent.h 40 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
43 ctrlKey, altKey, shiftKey, metaKey));
48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
61 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
TouchEvent.h 46 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
50 ctrlKey, altKey, shiftKey, metaKey));
57 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
69 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
TouchEvent.idl 37 readonly attribute boolean metaKey;
51 in boolean metaKey);
WheelEvent.cpp 39 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
42 ctrlKey, altKey, shiftKey, metaKey)
50 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
62 m_metaKey = metaKey;
KeyboardEvent.cpp 62 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey())
72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
73 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey)
87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
99 m_metaKey = metaKey;
112 return metaKey();
KeyboardEvent.idl 39 readonly attribute boolean metaKey;
56 in boolean metaKey,
73 in boolean metaKey);
KeyboardEvent.h 64 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
67 ctrlKey, altKey, shiftKey, metaKey, altGraphKey));
73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
100 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
MouseEvent.cpp 38 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
42 pageX, pageY, ctrlKey, altKey, shiftKey, metaKey, isSimulated)
56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
69 m_metaKey = metaKey;
MouseEvent.h 41 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
45 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated));
51 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
75 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
MouseEvent.idl 31 readonly attribute boolean metaKey;
47 in boolean metaKey,
WheelEvent.idl 32 readonly attribute boolean metaKey;
58 in boolean metaKey);
MouseRelatedEvent.h 60 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated = false);
MouseRelatedEvent.cpp 78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated)
79 : UIEventWithKeyState(eventType, canBubble, cancelable, viewArg, detail, ctrlKey, altKey, shiftKey, metaKey)
  /external/webkit/WebCore/platform/
PlatformTouchEvent.h 72 bool metaKey() const { return m_metaKey; }
PlatformKeyboardEvent.h 87 MetaKey = 1 << 2,
122 bool metaKey() const { return m_metaKey; }
126 | (metaKey() ? MetaKey : 0)
PlatformMouseEvent.h 112 bool metaKey() const { return m_metaKey; }
128 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
PlatformWheelEvent.h 100 bool metaKey() const { return m_metaKey; }
  /external/webkit/WebCore/platform/mac/
PlatformMouseEventMac.mm 162 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
172 , m_metaKey(metaKey)
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 108 if (keyboardEvent.metaKey)
inspector.js 684 var isFindKey = event.metaKey && !event.ctrlKey && !event.altKey && !event.shiftKey;
686 var isFindKey = event.ctrlKey && !event.metaKey && !event.altKey && !event.shiftKey;
699 var isFindAgainKey = event.metaKey && !event.ctrlKey && !event.altKey;
701 var isFindAgainKey = event.ctrlKey && !event.metaKey && !event.altKey;
718 var isRotateLeft = event.metaKey && !event.shiftKey && !event.ctrlKey && !event.altKey;
720 var isRotateLeft = event.ctrlKey && !event.shiftKey && !event.metaKey && !event.altKey;
735 var isRotateRight = event.metaKey && !event.shiftKey && !event.ctrlKey && !event.altKey;
737 var isRotateRight = event.ctrlKey && !event.shiftKey && !event.metaKey && !event.altKey;
750 var shouldShowAuditsPanel = event.metaKey && !event.shiftKey && !event.ctrlKey && event.altKey;
752 var shouldShowAuditsPanel = event.ctrlKey && !event.shiftKey && !event.metaKey && event.altKey
    [all...]
  /external/webkit/WebKit/win/Interfaces/
DOMEvents.idl 187 //readonly attribute boolean metaKey;
188 HRESULT metaKey([out, retval] BOOL* result);
206 // in boolean metaKey,
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);
226 // in boolean metaKey);
258 //readonly attribute boolean metaKey;
259 HRESULT metaKey([out, retval] BOOL* result);
279 // in boolean metaKey,
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);
438 //readonly attribute boolean metaKey;
    [all...]
  /external/webkit/WebKit/win/
DOMEventsClasses.cpp 321 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::metaKey(
329 *result = keyEvent->metaKey() ? TRUE : FALSE;
362 /* [in] */ BOOL /*metaKey*/,
442 HRESULT STDMETHODCALLTYPE DOMMouseEvent::metaKey(
450 *result = mouseEvent->metaKey() ? TRUE : FALSE;
479 /* [in] */ BOOL /*metaKey*/,
667 HRESULT STDMETHODCALLTYPE DOMWheelEvent::metaKey(
732 /* [in] */ BOOL /*metaKey*/)
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 301 else if ([modifierName isEqual:@"metaKey"] || [modifierName isEqual:@"addSelectionKey"])
632 [(DOMKeyboardEvent*)event metaKey] ? 1 : 0);
647 [(DOMMouseEvent*)event metaKey] ? 1 : 0);
679 [(DOMWheelEvent*)event metaKey] ? 1 : 0);
708 metaKey:NO];
723 metaKey:NO];
738 metaKey:NO];

Completed in 237 milliseconds

1 2 3