Home
last modified time | relevance | path

Searched refs:altGraphKey (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/dom/
DKeyboardEvent.h67 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in create() argument
70 ctrlKey, altKey, shiftKey, metaKey, altGraphKey)); in create()
76 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
83 bool altGraphKey() const { return m_altGraphKey; } in altGraphKey() function
103 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
DKeyboardEvent.cpp73 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in KeyboardEvent() argument
78 , m_altGraphKey(altGraphKey) in KeyboardEvent()
88 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in initKeyboardEvent() argument
101 m_altGraphKey = altGraphKey; in initKeyboardEvent()
DKeyboardEvent.idl40 readonly attribute boolean altGraphKey;
57 in boolean altGraphKey);
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp331 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::altGraphKey( in altGraphKey() function in DOMKeyboardEvent
339 *result = keyEvent->altGraphKey() ? TRUE : FALSE; in altGraphKey()
DDOMEventsClasses.h409 virtual HRESULT STDMETHODCALLTYPE altGraphKey(
DChangeLog-2009-06-1611593 (DeprecatedDOMKeyboardEvent::altGraphKey):
16585 (DOMKeyboardEvent::altGraphKey): ditto above
/external/webkit/Source/WebKit/win/Interfaces/
DDOMEvents.idl190 //readonly attribute boolean altGraphKey;
191 HRESULT altGraphKey([out, retval] BOOL* result);
207 // in boolean altGraphKey);
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2914 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey()) in defaultSpaceEventHandler()
2937 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey()) in defaultBackspaceEventHandler()
2960 if (event->ctrlKey() || event->metaKey() || event->altGraphKey() || event->shiftKey()) in defaultArrowEventHandler()
2984 if (event->ctrlKey() || event->metaKey() || event->altGraphKey()) in defaultTabEventHandler()
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h1123 @property(readonly) BOOL altGraphKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1125 …ey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey altGraphKey:(BOOL)altGraphKey AVAILA…
/external/webkit/Source/WebCore/
DChangeLog-2003-10-25364 (KeyboardEvent::altGraphKey): New function.
395 (DOM::KeyboardEventImpl::altGraphKey): New function.
DChangeLog-2006-12-3148109 (WebCore::KeyboardEvent::altGraphKey):