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

1 2

  /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/WebCore/platform/chromium/
PlatformKeyboardEventChromium.cpp 43 // No KeyDown events on Windows to disambiguate.
46 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
47 ASSERT(m_type == KeyDown);
  /external/webkit/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 167 m_type = KeyDown;
174 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
175 ASSERT(m_type == KeyDown);
  /external/webkit/WebKit/chromium/public/
WebInputEvent.h 59 // two events for a keypress. The former event is a keydown, which
64 // To support input methods, Safari sends keydown events to WebKit for
65 // filtering. WebKit sends filtered keydown events back to Safari,
79 // TODO(hbono): Issue 18064: remove the KeyDown type since it isn't
97 KeyDown,
128 || type == KeyDown
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.cpp 111 case WebInputEvent::KeyDown:
112 return PlatformKeyboardEvent::KeyDown;
120 return PlatformKeyboardEvent::KeyDown;
143 // we need to convert KeyDown to RawKeydown and Char events
145 ASSERT(m_type == KeyDown);
238 type = KeyDown;
WebPopupMenuImpl.cpp 214 case WebInputEvent::KeyDown:
WebViewImpl.cpp 463 || (event.type == WebInputEvent::KeyDown)
468 // The m_suppressNextKeypressEvent is set if the KeyDown is handled by
469 // Webkit. A keyDown event is typically associated with a keyPress(char)
470 // event and a keyUp event. We reset this flag here as this is a new keyDown
571 // member. The m_suppressNextKeypressEvent is set if the KeyDown is
572 // handled by Webkit. A keyDown event is typically associated with a
    [all...]
  /external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp 215 : m_type(down ? KeyDown : KeyUp)
257 ASSERT(m_type == KeyDown);
  /external/webkit/WebCore/platform/wx/
KeyboardEventWx.cpp 343 m_type = KeyDown;
374 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
375 ASSERT(m_type == KeyDown);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 75 case SWT.KeyDown:
135 tree.addListener(SWT.KeyDown, listener);
UiContentOutlinePage.java 512 case SWT.KeyDown:
575 tree.addListener(SWT.KeyDown, listener);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PropertySheetPage2.java 82 case SWT.KeyDown:
142 tree.addListener(SWT.KeyDown, listener);
  /external/webkit/WebCore/dom/
KeyboardEvent.cpp 45 case PlatformKeyboardEvent::KeyDown:
118 // IE: virtual key code for keyup/keydown, character code for keypress
119 // Firefox: virtual key code for keyup/keydown, zero for keypress
131 // Firefox: 0 for keydown/keyup events, character code for keypress
150 // Netscape's "which" returns a virtual key code for keydown and keyup, and a character code for keypress.
  /external/webkit/WebCore/platform/
PlatformKeyboardEvent.h 71 // KeyDown is sent by platforms such as Mac OS X, gtk and Qt, and has information about both physical pressed key, and its translation.
73 KeyDown,
92 void disambiguateKeyDownEvent(Type, bool backwardCompatibilityMode = false); // Only used on platforms that need it, i.e. those that generate KeyDown events.
  /external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp 549 : m_type((event->type == GDK_KEY_RELEASE) ? KeyUp : KeyDown)
567 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
568 ASSERT(m_type == KeyDown);
  /external/webkit/WebKit/chromium/tests/
KeyboardTest.cpp 71 keyboardEvent->type = WebInputEvent::KeyDown;
  /external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 507 m_type = (event->type() == QEvent::KeyRelease) ? KeyUp : KeyDown;
524 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
525 ASSERT(m_type == KeyDown);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 372 case SWT.KeyDown:
395 table.addListener(SWT.KeyDown, listener);
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 446 if (kevent->type() != PlatformKeyboardEvent::KeyDown && !kevent->ctrlKey()
466 if (kevent->type() != PlatformKeyboardEvent::KeyDown && kevent->altKey() && !kevent->text().isEmpty()) {
  /frameworks/base/include/ui/
InputReader.h 412 struct KeyDown {
422 Vector<KeyDown> keyDowns; // keys that are down
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 305 case PlatformKeyboardEvent::KeyDown:
307 PLUGIN_LOG("--------- KeyDown, ignore\n");
  /external/webkit/WebCore/page/
EventHandler.cpp 102 // Match key code of composition keydown event on windows.
2083 RefPtr<KeyboardEvent> keydown = KeyboardEvent::create(keyDownEvent, m_frame->document()->defaultView()); local
    [all...]
  /frameworks/base/libs/ui/
InputReader.cpp 880 const KeyDown& keyDown = mLocked.keyDowns.top();
881 keyCode = keyDown.keyCode;
882 scanCode = keyDown.scanCode;
941 KeyDown& keyDown = mLocked.keyDowns.editTop();
942 keyDown.keyCode = keyCode;
943 keyDown.scanCode = scanCode;
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 449 milliseconds

1 2