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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLSelectElementWin.cpp41 || ((event->altGraphKey() || event->altKey()) && (event->keyIdentifier() == "Down" || event->keyIdentifier() == "Up"));
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DKeyboardEvent.h85 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
88 ctrlKey, altKey, shiftKey, metaKey, altGraphKey));
95 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
102 bool altGraphKey() const { return m_altGraphKey; } function in class:WebCore::KeyboardEvent
124 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
83 create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String& keyIdentifier, unsigned keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
H A DKeyboardEvent.cpp130 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
134 , m_altGraphKey(altGraphKey)
144 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
157 m_altGraphKey = altGraphKey;
128 KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view, const String &keyIdentifier, unsigned keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
142 initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String &keyIdentifier, unsigned keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
H A DKeyboardEvent.idl40 readonly attribute boolean altGraphKey;
57 [Default=Undefined] optional boolean altGraphKey);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domkeyboardevent.py18 self.assertResultIsBOOL(DOMKeyboardEvent.altGraphKey)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPluginTextAnnotation.mm143 if (keyboardEvent->ctrlKey() || keyboardEvent->metaKey() || keyboardEvent->altGraphKey())
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.cpp364 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::altGraphKey( function in class:DOMKeyboardEvent
372 *result = keyEvent->altGraphKey() ? TRUE : FALSE;
H A DDOMEventsClasses.h421 virtual HRESULT STDMETHODCALLTYPE altGraphKey(
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl189 //readonly attribute boolean altGraphKey;
190 HRESULT altGraphKey([out, retval] BOOL* result);
206 // boolean altGraphKey);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h1102 @property(readonly) BOOL altGraphKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1104 - (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 AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp3744 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey())
3765 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey())
3794 if (event->ctrlKey() || event->metaKey() || event->altGraphKey() || event->shiftKey())
3818 if (event->ctrlKey() || event->metaKey() || event->altGraphKey())
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js3336 if (name == null || event.altGraphKey) return false;

Completed in 189 milliseconds