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

/external/chromium_org/content/browser/renderer_host/
H A Dnative_web_keyboard_event.cc21 if (event.modifiers & NativeWebKeyboardEvent::MetaKey)
H A Dui_events_helper.cc24 if (modifiers & blink::WebInputEvent::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/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/web/tests/
H A DChromeClientImplTest.cpp167 int modifiers = WebInputEvent::MetaKey;
180 int modifiers = WebInputEvent::MetaKey;
193 int modifiers = WebInputEvent::MetaKey;
207 int modifiers = WebInputEvent::MetaKey;
H A DKeyboardTest.cpp85 WebInputEvent::Modifiers osModifier = WebInputEvent::MetaKey;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp111 if (e.modifiers & WebInputEvent::MetaKey)
112 m_modifiers |= PlatformEvent::MetaKey;
164 if (e.modifiers & WebInputEvent::MetaKey)
165 m_modifiers |= PlatformEvent::MetaKey;
276 if (e.modifiers & WebInputEvent::MetaKey)
277 m_modifiers |= PlatformEvent::MetaKey;
317 if (e.modifiers & WebInputEvent::MetaKey)
318 m_modifiers |= PlatformEvent::MetaKey;
452 if (event.modifiers & WebInputEvent::MetaKey)
453 m_modifiers |= PlatformEvent::MetaKey;
[all...]
H A DChromeClientImpl.cpp272 bool meta = mouseEvent->modifiers & WebMouseEvent::MetaKey;
H A DWebAXObject.cpp646 if (modifiers & PlatformEvent::MetaKey)
H A DWebPluginContainerImpl.cpp818 if (webEvent.modifiers == WebInputEvent::MetaKey
H A DWebViewImpl.cpp244 if (webInputEventKeyState & WebInputEvent::MetaKey)
245 platformEventKeyState = platformEventKeyState | 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/content/browser/renderer_host/input/
H A Dweb_input_event_util.cc391 modifiers |= blink::WebInputEvent::MetaKey;
418 if (modifiers & blink::WebInputEvent::MetaKey)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp177 convertedModifiers & PlatformEvent::MetaKey,
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc359 modifiers |= blink::WebInputEvent::MetaKey;
417 modifiers &= ~blink::WebInputEvent::MetaKey;
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.cc83 return WebInputEvent::MetaKey;
86 return WebInputEvent::MetaKey;
297 WebKeyboardEvent::MetaKey)
328 return event.modifiers & WebInputEvent::MetaKey &&
1522 mask = WebInputEvent::MetaKey;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc2482 int modifiers = blink::WebInputEvent::MetaKey;
2495 int modifiers = blink::WebInputEvent::MetaKey;
2551 int modifiers = blink::WebInputEvent::MetaKey;
2565 int modifiers = blink::WebInputEvent::MetaKey;
/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc53 static_cast<int>(WebInputEvent::MetaKey),
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc925 if (event.modifiers != blink::WebInputEvent::MetaKey)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp118 bool metaKey = static_cast<bool>(keyState & PlatformEvent::MetaKey);
H A DEventHandler.cpp2226 modifierFlags |= PlatformEvent::MetaKey;
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler.cc1261 event->modifiers |= WebInputEvent::MetaKey;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc462 web_input_event_modifiers |= blink::WebInputEvent::MetaKey;

Completed in 525 milliseconds