Searched defs:MetaKey (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingBehavior.cpp43 static const unsigned MetaKey = 1 << 3; member in namespace:blink
54 static const unsigned CommandKey = MetaKey;
213 modifiers |= MetaKey;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformEvent.h79 MetaKey = 1 << 2, enumerator in enum:blink::PlatformEvent::Modifiers
88 bool metaKey() const { return m_modifiers & MetaKey; }
128 m_modifiers |= MetaKey;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h149 MetaKey = 1 << 3, enumerator in enum:blink::WebInputEvent::Modifiers
179 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey;

Completed in 901 milliseconds