Searched refs:altGraphKey (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLSelectElementWin.cpp41 || ((event->altGraphKey() || event->altKey()) && (event->keyIdentifier() == "Down" || event->keyIdentifier() == "Up"));
/macosx-10.10/WebCore-7600.1.25/dom/
H A DKeyboardEvent.h79 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
86 bool altGraphKey() const { return m_altGraphKey; } function in class:WebCore::KeyboardEvent
H A DKeyboardEvent.idl52 readonly attribute boolean altGraphKey;
69 [Default=Undefined] optional boolean altGraphKey);
100 [Default=Undefined] optional boolean altGraphKey);
H A DKeyboardEvent.cpp146 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
159 m_altGraphKey = altGraphKey;
144 initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String &keyIdentifier, unsigned location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domkeyboardevent.py18 self.assertResultIsBOOL(DOMKeyboardEvent.altGraphKey)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_domkeyboardevent.py18 self.assertResultIsBOOL(DOMKeyboardEvent.altGraphKey)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginTextAnnotation.mm143 if (keyboardEvent->ctrlKey() || keyboardEvent->metaKey() || keyboardEvent->altGraphKey())
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMEventsClasses.cpp370 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::altGraphKey( function in class:DOMKeyboardEvent
378 *result = keyEvent->altGraphKey() ? TRUE : FALSE;
H A DDOMEventsClasses.h424 virtual HRESULT STDMETHODCALLTYPE altGraphKey(
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMEvents.idl192 //readonly attribute boolean altGraphKey;
193 HRESULT altGraphKey([out, retval] BOOL* result);
209 // boolean altGraphKey);
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h1110 @property (readonly) BOOL altGraphKey WEBKIT_AVAILABLE_MAC(10_5);
1112 - (void)initKeyboardEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view keyIdentifier:(NSString *)keyIdentifier keyLocation:(unsigned)keyLocation ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey altGraphKey:(BOOL)altGraphKey WEBKIT_DEPRECATED_MAC(10_5, 10_5);
1114 - (void)initKeyboardEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view keyIdentifier:(NSString *)keyIdentifier location:(unsigned)location ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey altGraphKey:(BOOL)altGraphKey WEBKIT_AVAILABLE_MAC(10_8);
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp3470 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey())
3491 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey())
3520 if (event->ctrlKey() || event->metaKey() || event->altGraphKey() || event->shiftKey())
3544 if (event->ctrlKey() || event->metaKey() || event->altGraphKey())
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js4764 if (name == null || event.altGraphKey) return false;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js4764 if (name == null || event.altGraphKey) return false;

Completed in 299 milliseconds