Searched defs:m_ctrlKey (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h61 , m_ctrlKey(false)
82 bool ctrlKey() const { return m_ctrlKey; }
93 bool m_ctrlKey; member in class:WebCore::PlatformTouchEvent
H A DPlatformMouseEvent.h83 , m_ctrlKey(false)
104 , m_ctrlKey(ctrl)
126 bool ctrlKey() const { return m_ctrlKey; }
187 bool m_ctrlKey; member in class:WebCore::PlatformMouseEvent
H A DPlatformWheelEvent.h97 , m_ctrlKey(false)
122 bool ctrlKey() const { return m_ctrlKey; }
191 bool m_ctrlKey; member in class:WebCore::PlatformWheelEvent
H A DPlatformKeyboardEvent.h109 , m_ctrlKey(false)
153 bool ctrlKey() const { return m_ctrlKey; }
230 bool m_ctrlKey; member in class:WebCore::PlatformKeyboardEvent
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp201 bool m_ctrlKey = (event->modifiers() & Qt::ControlModifier); local
206 return WebTouchEvent(type, m_touchPoints, m_ctrlKey, m_altKey, m_shiftKey, m_metaKey, modifiers, timestamp);
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h323 bool m_ctrlKey; member in class:WebKit::WebTouchEvent

Completed in 284 milliseconds