Searched refs:MetaKey (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dnative_web_keyboard_event.cc21 if (event.modifiers & NativeWebKeyboardEvent::MetaKey)
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformEvent.h79 MetaKey = 1 << 2, enumerator in enum:WebCore::PlatformEvent::Modifiers
88 bool metaKey() const { return m_modifiers & MetaKey; }
128 m_modifiers |= MetaKey;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingBehavior.cpp43 static const unsigned MetaKey = 1 << 3; member in namespace:WebCore
54 static const unsigned CommandKey = MetaKey;
213 modifiers |= MetaKey;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DChromeClientImplTest.cpp166 int modifiers = WebInputEvent::MetaKey;
179 int modifiers = WebInputEvent::MetaKey;
192 int modifiers = WebInputEvent::MetaKey;
206 int modifiers = WebInputEvent::MetaKey;
H A DKeyboardTest.cpp86 WebInputEvent::Modifiers osModifier = WebInputEvent::MetaKey;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp113 if (e.modifiers & WebInputEvent::MetaKey)
114 m_modifiers |= PlatformEvent::MetaKey;
166 if (e.modifiers & WebInputEvent::MetaKey)
167 m_modifiers |= PlatformEvent::MetaKey;
278 if (e.modifiers & WebInputEvent::MetaKey)
279 m_modifiers |= PlatformEvent::MetaKey;
319 if (e.modifiers & WebInputEvent::MetaKey)
320 m_modifiers |= PlatformEvent::MetaKey;
454 if (event.modifiers & WebInputEvent::MetaKey)
455 m_modifiers |= PlatformEvent::MetaKey;
[all...]
H A DChromeClientImpl.cpp266 bool meta = mouseEvent->modifiers & WebMouseEvent::MetaKey;
H A DWebAXObject.cpp664 if (modifiers & PlatformEvent::MetaKey)
H A DWebPluginContainerImpl.cpp767 if (webEvent.modifiers == WebInputEvent::MetaKey
H A DWebViewImpl.cpp236 if (webInputEventKeyState & WebInputEvent::MetaKey)
237 platformEventKeyState = platformEventKeyState | WebCore::PlatformEvent::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;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp181 convertedModifiers & PlatformEvent::MetaKey,
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc335 modifiers |= blink::WebInputEvent::MetaKey;
397 modifiers &= ~blink::WebInputEvent::MetaKey;
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.cc82 return WebInputEvent::MetaKey;
85 return WebInputEvent::MetaKey;
274 WebKeyboardEvent::MetaKey)
305 return event.modifiers & WebInputEvent::MetaKey &&
1492 mask = WebInputEvent::MetaKey;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc2465 int modifiers = blink::WebInputEvent::MetaKey;
2478 int modifiers = blink::WebInputEvent::MetaKey;
2528 int modifiers = blink::WebInputEvent::MetaKey;
2541 int modifiers = blink::WebInputEvent::MetaKey;
/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc56 static_cast<int>(WebInputEvent::MetaKey),
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp117 bool metaKey = static_cast<bool>(keyState & PlatformEvent::MetaKey);
H A DEventHandler.cpp2227 modifierFlags |= PlatformEvent::MetaKey;
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler.cc77 event->modifiers |= WebInputEvent::MetaKey;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc469 web_input_event_modifiers |= blink::WebInputEvent::MetaKey;
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_guest.cc1358 if (event.modifiers != blink::WebInputEvent::MetaKey)

Completed in 583 milliseconds