Searched defs:shiftKey (Results 1 - 17 of 17) sorted by relevance

/external/webkit/WebCore/dom/
H A DUIEventWithKeyState.h34 bool shiftKey() const { return m_shiftKey; } function in class:WebCore::UIEventWithKeyState
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
52 , m_shiftKey(shiftKey)
47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DTouchEvent.cpp37 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
39 ctrlKey, altKey, shiftKey, metaKey)
49 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
60 m_shiftKey = shiftKey;
34 TouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
46 initTouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DWheelEvent.cpp39 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
42 ctrlKey, altKey, shiftKey, metaKey)
50 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
61 m_shiftKey = shiftKey;
37 WheelEvent(float wheelTicksX, float wheelTicksY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
48 initWheelEvent(int wheelDeltaX, int wheelDeltaY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DKeyboardEvent.cpp62 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)
97 m_shiftKey = shiftKey;
108 return shiftKey();
70 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
85 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 DTouchEvent.h46 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);
42 create(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DWheelEvent.h40 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);
38 create(float wheelTicksX, float wheelTicksY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DKeyboardEvent.h64 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);
62 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 DMouseEvent.cpp38 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,
68 m_shiftKey = shiftKey;
36 MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard, bool isSimulated) argument
54 initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget) argument
H A DMouseEvent.h41 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,
39 create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard = 0, bool isSimulated = false) argument
H A DMouseRelatedEvent.cpp78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated)
79 : UIEventWithKeyState(eventType, canBubble, cancelable, viewArg, detail, ctrlKey, altKey, shiftKey, metaKey)
76 MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> viewArg, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) argument
H A DNode.cpp2847 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(),
2858 bool shiftKey = false; local
2863 shiftKey = keyStateEvent->shiftKey();
2870 ctrlKey, altKey, shiftKey, metaKey, true, 0, underlyingEvent);
2898 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
2934 ctrlKey, altKey, shiftKey, metaKey, button,
2952 ctrlKey, altKey, shiftKey, metaKey, button,
2990 e.ctrlKey(), e.altKey(), e.shiftKey(), e.metaKey());
2896 dispatchMouseEvent(const AtomicString& eventType, int button, int detail, int pageX, int pageY, int screenX, int screenY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated, Node* relatedTargetArg, PassRefPtr<Event> underlyingEvent) argument
/external/webkit/WebCore/platform/
H A DPlatformTouchEvent.h71 bool shiftKey() const { return m_shiftKey; } function in class:WebCore::PlatformTouchEvent
H A DPlatformKeyboardEvent.h119 bool shiftKey() const { return m_shiftKey; } function in class:WebCore::PlatformKeyboardEvent
127 | (shiftKey() ? ShiftKey : 0);
H A DPlatformMouseEvent.h109 bool shiftKey() const { return m_shiftKey; } function in class:WebCore::PlatformMouseEvent
128 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
H A DPlatformWheelEvent.h97 bool shiftKey() const { return m_shiftKey; } function in class:WebCore::PlatformWheelEvent
/external/webkit/WebKit/win/
H A DDOMEventsClasses.cpp297 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::shiftKey( function in class:DOMKeyboardEvent
305 *result = keyEvent->shiftKey() ? TRUE : FALSE;
361 /* [in] */ BOOL /*shiftKey*/,
418 HRESULT STDMETHODCALLTYPE DOMMouseEvent::shiftKey( function in class:DOMMouseEvent
426 *result = mouseEvent->shiftKey() ? TRUE : FALSE;
478 /* [in] */ BOOL /*shiftKey*/,
655 HRESULT STDMETHODCALLTYPE DOMWheelEvent::shiftKey( function in class:DOMWheelEvent
731 /* [in] */ BOOL /*shiftKey*/,
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1094 @property(readonly) BOOL shiftKey; variable
1105 - (void)initWheelEvent:(int)wheelDeltaX wheelDeltaY:(int)wheelDeltaY view:(DOMAbstractView *)view screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1112 @property(readonly) BOOL shiftKey; variable
1119 - (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;
1120 - (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 AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1129 @property(readonly) BOOL shiftKey; variable
1140 - (void)initMouseEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view detail:(int)detail screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey
[all...]

Completed in 180 milliseconds