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

/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h62 , m_altKey(false)
83 bool altKey() const { return m_altKey; }
94 bool m_altKey; member in class:WebCore::PlatformTouchEvent
H A DPlatformMouseEvent.h84 , m_altKey(false)
105 , m_altKey(alt)
127 bool altKey() const { return m_altKey; }
188 bool m_altKey; member in class:WebCore::PlatformMouseEvent
H A DPlatformWheelEvent.h98 , m_altKey(false)
123 bool altKey() const { return m_altKey; }
192 bool m_altKey; member in class:WebCore::PlatformWheelEvent
H A DPlatformKeyboardEvent.h110 , m_altKey(false)
154 bool altKey() const { return m_altKey; }
231 bool m_altKey; member in class:WebCore::PlatformKeyboardEvent
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp202 bool m_altKey = (event->modifiers() & Qt::AltModifier); 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.h324 bool m_altKey; member in class:WebKit::WebTouchEvent

Completed in 147 milliseconds