Searched refs:modifiers (Results 126 - 150 of 171) sorted by relevance

1234567

/external/webkit/Source/WebCore/inspector/front-end/
H A DTextViewer.js250 var modifiers = WebInspector.KeyboardShortcut.Modifiers; variable
255 this._shortcuts[WebInspector.KeyboardShortcut.makeKey("s", modifiers.CtrlOrMeta)] = commitEditing;
256 this._shortcuts[WebInspector.KeyboardShortcut.makeKey(keys.Enter.code, modifiers.CtrlOrMeta)] = commitEditing;
261 this._shortcuts[WebInspector.KeyboardShortcut.makeKey("z", modifiers.CtrlOrMeta)] = handleUndo;
262 this._shortcuts[WebInspector.KeyboardShortcut.makeKey("z", modifiers.Shift | modifiers.CtrlOrMeta)] = handleRedo;
267 this._shortcuts[WebInspector.KeyboardShortcut.makeKey(keys.Tab.code, modifiers.Shift)] = handleShiftTabKey;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4626 int type, modifiers; local
4654 if (!args->GetInteger("modifiers", &modifiers)) {
4655 *error = "'modifiers' missing or invalid.";
4688 event->modifiers = 0;
4689 if (modifiers & automation::kShiftKeyMask)
4690 event->modifiers |= WebKit::WebInputEvent::ShiftKey;
4691 if (modifiers & automation::kControlKeyMask)
4692 event->modifiers |= WebKit::WebInputEvent::ControlKey;
4693 if (modifiers
4728 int modifiers, keycode; local
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc255 menu_accelerator.modifiers()).GetShortcutText();
641 menu_accelerator.modifiers());
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp157 uint32_t modifiers = static_cast<uint32_t>(InjectedBundleNavigationAction::modifiersForNavigationAction(navigationAction)); local
162 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::CreateNewPage(windowFeatures, modifiers, mouseButton), Messages::WebPageProxy::CreateNewPage::Reply(newPageID, parameters), m_page->pageID()))
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderLoader.java56 import com.jme3.scene.plugins.blender.modifiers.ModifierHelper;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DArrayModifier.java1 package com.jme3.scene.plugins.blender.modifiers;
H A DArmatureModifier.java1 package com.jme3.scene.plugins.blender.modifiers;
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxevents.c131 GR_KEYMOD mod = keystroke -> modifiers ;
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.h390 bool scrollViewWithKeyboard(int keyCode, int modifiers);
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h93 Modifiers modifiers() const { return static_cast<Modifiers>(m_modifiers); } function in class:WebKit::WebEvent
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1072 event.modifiers == NativeWebKeyboardEvent::AltKey) {
1097 (event.modifiers & NativeWebKeyboardEvent::ShiftKey) ==
1099 (event.modifiers & NativeWebKeyboardEvent::ControlKey) ==
1101 (event.modifiers & NativeWebKeyboardEvent::AltKey) ==
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp583 const int state = event->modifiers();
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h174 typedef void (*WKBundlePageMouseDidMoveOverElementCallback)(WKBundlePageRef page, WKBundleHitTestResultRef hitTestResult, WKEventModifiers modifiers, WKTypeRef* userData, const void *clientInfo);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp851 if (oldNextWheelEvent->position() != newWheelEvent.position() || oldNextWheelEvent->modifiers() != newWheelEvent.modifiers() || oldNextWheelEvent->granularity() != newWheelEvent.granularity())
857 return adoptPtr(new WebWheelEvent(WebEvent::Wheel, newWheelEvent.position(), newWheelEvent.globalPosition(), mergedDelta, mergedWheelTicks, newWheelEvent.granularity(), newWheelEvent.modifiers(), newWheelEvent.timestamp()));
1727 WebEvent::Modifiers modifiers = static_cast<WebEvent::Modifiers>(opaqueModifiers); local
1737 if (!m_policyClient.decidePolicyForNavigationAction(this, frame, navigationType, modifiers, mouseButton, request, listener.get(), userData.get()))
1761 WebEvent::Modifiers modifiers = static_cast<WebEvent::Modifiers>(opaqueModifiers); local
1765 if (!m_policyClient.decidePolicyForNewWindowAction(this, frame, navigationType, modifiers, mouseButton, request, frameName, listener.get(), userData.get()))
1949 WebEvent::Modifiers modifiers = static_cast<WebEvent::Modifiers>(opaqueModifiers);
1951 m_uiClient.mouseDidMoveOverElement(this, modifiers, userData.get());
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp927 if (ev->modifiers() == Qt::ShiftModifier)
1233 if (event->modifiers() == Qt::NoModifier
1234 || event->modifiers() == Qt::ShiftModifier
1235 || event->modifiers() == Qt::KeypadModifier) {
1271 || (ev->key() == Qt::Key_Space && !(ev->modifiers() & Qt::ShiftModifier))) {
1275 || ((ev->key() == Qt::Key_Space) && (ev->modifiers() & Qt::ShiftModifier))) {
1280 if ((ev->key() == Qt::Key_Up && ev->modifiers() & Qt::ControlModifier)
1284 } else if ((ev->key() == Qt::Key_Down && ev->modifiers() & Qt::ControlModifier)
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp147 static WPARAM buildModifierFlags(JSContextRef context, const JSValueRef modifiers) argument
149 JSObjectRef modifiersArray = JSValueToObject(context, modifiers, 0);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1791 unsigned modifiers;
1797 unsigned modifiers;
1882 keyDownCommandsMap->set(keyDownEntries[i].modifiers << 16 | keyDownEntries[i].virtualKey, keyDownEntries[i].name);
1885 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
1888 unsigned modifiers = 0;
1890 modifiers |= ShiftKey;
1892 modifiers |= AltKey;
1894 modifiers |= CtrlKey;
1897 int mapKey = modifiers << 16 | evt->keyCode();
1901 int mapKey = modifiers << 1
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc1328 GdkModifierType modifiers; local
1329 gdk_window_get_pointer(text_view_->window, NULL, NULL, &modifiers);
1330 model_->OnSetFocus((modifiers & GDK_CONTROL_MASK) != 0);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex301 \item \verb|flags| are optional modifiers. Currently
302 only \verb|IPV6_FL_A_GET| has modifiers:
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp382 evt.data.key.modifiers = make_modifiers(pke->shiftKey(), pke->altKey());
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp2229 void WebPage::simulateMouseDown(int button, WebCore::IntPoint position, int clickCount, WKEventModifiers modifiers, double time) argument
2231 mouseEvent(WebMouseEvent(WebMouseEvent::MouseDown, static_cast<WebMouseEvent::Button>(button), position, position, 0, 0, 0, clickCount, static_cast<WebMouseEvent::Modifiers>(modifiers), time));
2234 void WebPage::simulateMouseUp(int button, WebCore::IntPoint position, int clickCount, WKEventModifiers modifiers, double time) argument
2236 mouseEvent(WebMouseEvent(WebMouseEvent::MouseUp, static_cast<WebMouseEvent::Button>(button), position, position, 0, 0, 0, clickCount, static_cast<WebMouseEvent::Modifiers>(modifiers), time));
/external/emma/lib/
H A Demma_ant.jar ... = " () java.lang.reflect.Method m int modifiers NoSuchMethodException nsme SecurityException se Throwable t boolean temp } com/vladium ...

Completed in 7198 milliseconds

1234567