Home
last modified time | relevance | path

Searched refs:m_ctrlKey (Results 1 – 25 of 43) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DUIEventWithKeyState.h33 bool ctrlKey() const { return m_ctrlKey; } in ctrlKey()
40 : m_ctrlKey(false) in UIEventWithKeyState()
50 , m_ctrlKey(ctrlKey) in UIEventWithKeyState()
58 bool m_ctrlKey : 1; variable
DMouseEvent.cpp82 m_ctrlKey = ctrlKey; in initMouseEvent()
147 m_ctrlKey = keyStateEvent->ctrlKey(); in SimulatedMouseEvent()
/external/webkit/Source/WebCore/platform/
DPlatformTouchEvent.h61 , m_ctrlKey(false) in PlatformTouchEvent()
82 bool ctrlKey() const { return m_ctrlKey; } in ctrlKey()
93 bool m_ctrlKey; variable
DPlatformMouseEvent.h83 , m_ctrlKey(false) in PlatformMouseEvent()
104 , m_ctrlKey(ctrl) in PlatformMouseEvent()
126 bool ctrlKey() const { return m_ctrlKey; } in ctrlKey()
187 bool m_ctrlKey; variable
DPlatformWheelEvent.h97 , m_ctrlKey(false) in PlatformWheelEvent()
122 bool ctrlKey() const { return m_ctrlKey; } in ctrlKey()
191 bool m_ctrlKey; variable
DPlatformKeyboardEvent.h109 , m_ctrlKey(false) in PlatformKeyboardEvent()
153 bool ctrlKey() const { return m_ctrlKey; } in ctrlKey()
230 bool m_ctrlKey; variable
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp73 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformMouseEvent()
80 if (m_ctrlKey) in WebKit2PlatformMouseEvent()
110 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformWheelEvent()
155 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformKeyboardEvent()
256 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformTouchEvent()
DWebTouchEvent.cpp39 , m_ctrlKey(ctrlKey) in WebTouchEvent()
/external/webkit/Source/WebCore/platform/efl/
DPlatformMouseEventEfl.cpp56 , m_ctrlKey(evas_key_modifier_is_set(event->modifiers, "Control")) in PlatformMouseEvent()
70 , m_ctrlKey(evas_key_modifier_is_set(event->modifiers, "Control")) in PlatformMouseEvent()
85 , m_ctrlKey(evas_key_modifier_is_set(event->modifiers, "Control")) in PlatformMouseEvent()
DPlatformWheelEventEfl.cpp51 , m_ctrlKey(evas_key_modifier_is_set(ev->modifiers, "Control")) in PlatformWheelEvent()
DPlatformTouchEventEfl.cpp39 , m_ctrlKey(false) in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/qt/
DWheelEventQt.cpp67 , m_ctrlKey(e->modifiers() & Qt::ControlModifier) in PlatformWheelEvent()
86 , m_ctrlKey(e->modifiers() & Qt::ControlModifier) in PlatformWheelEvent()
DPlatformMouseEventQt.cpp69 m_ctrlKey = (event->modifiers() & Qt::ControlModifier); in PlatformMouseEvent()
125 m_ctrlKey = (event->modifiers() & Qt::ControlModifier); in PlatformMouseEvent()
DPlatformTouchEventQt.cpp42 m_ctrlKey = (event->modifiers() & Qt::ControlModifier); in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformMouseEventGtk.cpp45 m_ctrlKey = event->state & GDK_CONTROL_MASK; in PlatformMouseEvent()
84 m_ctrlKey = motion->state & GDK_CONTROL_MASK; in PlatformMouseEvent()
DPlatformWheelEventGtk.cpp67 m_ctrlKey = event->state & GDK_CONTROL_MASK; in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/win/
DWheelEventWin.cpp71 , m_ctrlKey(false) in PlatformWheelEvent()
95 , m_ctrlKey(wParam & MK_CONTROL) in PlatformWheelEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp60 m_ctrlKey = (e.modifiers & WebInputEvent::ControlKey); in PlatformMouseEventBuilder()
100 m_ctrlKey = (e.modifiers & WebInputEvent::ControlKey); in PlatformWheelEventBuilder()
135 m_ctrlKey = (e.modifiers & WebInputEvent::ControlKey); in PlatformKeyboardEventBuilder()
220 m_ctrlKey = event.modifiers & WebInputEvent::ControlKey; in PlatformTouchEventBuilder()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp331 , m_ctrlKey(false) in PlatformKeyboardEvent()
352 m_ctrlKey = modifiers & B_COMMAND_KEY; in PlatformKeyboardEvent()
DPlatformWheelEventHaiku.cpp57 m_ctrlKey = modifiers & B_CONTROL_KEY; in PlatformWheelEvent()
DPlatformMouseEventHaiku.cpp74 m_ctrlKey = modifiers & B_CONTROL_KEY; in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/wx/
DMouseWheelEventWx.cpp40 , m_ctrlKey(event.ControlDown()) in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/android/
DPlatformTouchEventAndroid.cpp53 m_ctrlKey = metaState & META_SYM_ON; in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/brew/
DPlatformMouseEventBrew.cpp64 m_ctrlKey = keyModifiers & (KB_LCTRL | KB_RCTRL); in PlatformMouseEvent()
DPlatformTouchEventBrew.cpp71 m_ctrlKey = keyModifiers & (KB_LCTRL | KB_RCTRL); in PlatformTouchEvent()

12