HomeSort by relevance Sort by last modified time
    Searched refs:KeyDown (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/quake/quake/src/WinQuake/
cl_input.cpp 58 void KeyDown (kbutton_t *b)
117 void IN_KLookDown (void) {KeyDown(&in_klook);}
119 void IN_MLookDown (void) {KeyDown(&in_mlook);}
125 void IN_UpDown(void) {KeyDown(&in_up);}
127 void IN_DownDown(void) {KeyDown(&in_down);}
129 void IN_LeftDown(void) {KeyDown(&in_left);}
131 void IN_RightDown(void) {KeyDown(&in_right);}
133 void IN_ForwardDown(void) {KeyDown(&in_forward);}
135 void IN_BackDown(void) {KeyDown(&in_back);}
137 void IN_LookupDown(void) {KeyDown(&in_lookup);
    [all...]
  /external/quake/quake/src/QW/client/
cl_input.c 57 void KeyDown (kbutton_t *b)
116 void IN_KLookDown (void) {KeyDown(&in_klook);}
118 void IN_MLookDown (void) {KeyDown(&in_mlook);}
124 void IN_UpDown(void) {KeyDown(&in_up);}
126 void IN_DownDown(void) {KeyDown(&in_down);}
128 void IN_LeftDown(void) {KeyDown(&in_left);}
130 void IN_RightDown(void) {KeyDown(&in_right);}
132 void IN_ForwardDown(void) {KeyDown(&in_forward);}
134 void IN_BackDown(void) {KeyDown(&in_back);}
136 void IN_LookupDown(void) {KeyDown(&in_lookup);
    [all...]
  /external/webkit/Source/WebCore/platform/iphone/
KeyEventIPhone.mm 52 : m_type(event.type == WebEventKeyUp ? PlatformKeyboardEvent::KeyUp : PlatformKeyboardEvent::KeyDown)
89 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
90 ASSERT(m_type == KeyDown);
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 60 // two events for a keypress. The former event is a keydown, which
65 // To support input methods, Safari sends keydown events to WebKit for
66 // filtering. WebKit sends filtered keydown events back to Safari,
80 // TODO(hbono): Issue 18064: remove the KeyDown type since it isn't
99 KeyDown,
155 || type == KeyDown
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_gtk.cc 39 wke.type = WebKit::WebInputEvent::KeyDown;
  /external/webkit/Source/WebCore/platform/chromium/
PlatformKeyboardEventChromium.cpp 47 // No KeyDown events on Windows to disambiguate.
50 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
51 ASSERT(m_type == KeyDown);
  /external/webkit/Source/WebKit2/Shared/
WebKeyboardEvent.cpp 69 return type == RawKeyDown || type == KeyDown || type == KeyUp || type == Char;
WebEventConversion.cpp 132 case WebEvent::KeyDown:
133 m_type = PlatformKeyboardEvent::KeyDown;
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp 112 case WebInputEvent::KeyDown:
113 return PlatformKeyboardEvent::KeyDown;
121 return PlatformKeyboardEvent::KeyDown;
144 // we need to convert KeyDown to RawKeydown and Char events
146 ASSERT(m_type == KeyDown);
326 type = KeyDown;
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 82 // KeyDown is sent by platforms such as Mac OS X, gtk and Qt, and has information about both physical pressed key, and its translation.
84 KeyDown,
103 : m_type(KeyDown)
125 void disambiguateKeyDownEvent(Type, bool backwardCompatibilityMode = false); // Only used on platforms that need it, i.e. those that generate KeyDown events.
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 215 : m_type(down ? KeyDown : KeyUp)
266 ASSERT(m_type == KeyDown);
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 342 m_type = KeyDown;
373 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
374 ASSERT(m_type == KeyDown);
  /external/webkit/Source/WebCore/platform/mac/
KeyEventMac.mm 85 // we treat releasing one of them as keyDown.
192 : m_type(isKeyUpEvent(event) ? PlatformKeyboardEvent::KeyUp : PlatformKeyboardEvent::KeyDown)
227 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
228 ASSERT(m_type == KeyDown);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
WebPageGtk.cpp 62 if (keyboardEvent.type() != WebEvent::KeyDown && keyboardEvent.type() != WebEvent::RawKeyDown)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 54 mCanvas.addListener(SWT.KeyDown, this);
62 mCanvas.removeListener(SWT.KeyDown, this);
91 case SWT.KeyDown:
  /external/webkit/Source/WebCore/dom/
KeyboardEvent.cpp 46 case PlatformKeyboardEvent::KeyDown:
119 // IE: virtual key code for keyup/keydown, character code for keypress
120 // Firefox: virtual key code for keyup/keydown, zero for keypress
132 // Firefox: 0 for keydown/keyup events, character code for keypress
151 // Netscape's "which" returns a virtual key code for keydown and keyup, and a character code for keypress.
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 192 : m_type(KeyDown)
227 ASSERT(m_type == KeyDown);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 550 : m_type((event->type == GDK_KEY_RELEASE) ? KeyUp : KeyDown)
568 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
569 ASSERT(m_type == KeyDown);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboPropertyEditor.java 70 m_combo.addListener(SWT.KeyDown, new Listener() {
  /external/webkit/Source/WebKit/chromium/tests/
KeyboardTest.cpp 71 keyboardEvent->type = WebInputEvent::KeyDown;
  /external/webkit/Source/WebKit2/Shared/gtk/
WebEventFactory.cpp 176 return WebKeyboardEvent((event->type == GDK_KEY_RELEASE) ? WebEvent::KeyUp : WebEvent::KeyDown,
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 398 xEvent.xany.type = (webEvent.type() == WebEvent::KeyDown) ? kKeyPressType : kKeyReleaseType;
419 ASSERT(event.type() == WebEvent::KeyDown || event.type() == WebEvent::KeyUp);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 392 case SWT.KeyDown:
415 table.addListener(SWT.KeyDown, listener);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 128 SWT.KeyDown,
145 SWT.KeyDown,
246 case SWT.KeyDown : {
269 notifyListeners(SWT.KeyDown, e);
368 case SWT.KeyDown : {
434 notifyListeners(SWT.KeyDown, e);
CComboBox.java 169 notifyListeners(SWT.KeyDown, convert2event(e));
181 notifyListeners(SWT.KeyDown, convert2event(e));
199 notifyListeners(SWT.KeyDown, convert2event(e));

Completed in 1362 milliseconds

1 2 3