Searched defs:ControlKey (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h113 ControlKey = 1 << 1, enumerator in enum:WebKit::WebInputEvent::Modifiers
133 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey;
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h79 ControlKey = 1 << 1, enumerator in enum:WebKit::WebEvent::Modifiers
88 bool controlKey() const { return m_modifiers & ControlKey; }

Completed in 133 milliseconds