HomeSort by relevance Sort by last modified time
    Searched refs:VK_B (Results 1 - 14 of 14) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h 35 #define VK_B 'B'
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h 35 #define VK_B 'B'
SDL_dibevents.c 345 VK_keymap[VK_B] = SDLK_b;
  /external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp 95 return VK_B;
KeyboardCodes.h 185 const int VK_B = 0x42;
  /external/webkit/WebCore/platform/wx/
KeyboardEventWx.cpp 275 return VK_B; // (42) B key case 'b': case 'B': return 0x42;
KeyboardCodes.h 184 const int VK_B = 0x42;
  /external/webkit/WebCore/platform/
KeyboardCodes.h 200 const int VK_B = 0x42;
  /external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp 314 return VK_B; // (42) B key case 'b': case 'B': return 0x42;
  /external/webkit/WebCore/platform/haiku/
KeyboardCodes.h 185 const int VK_B = 0x42;
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 315 case VK_B:
  /external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 350 return VK_B; // (42) B key case 'b': case 'B': return 0x42;
  /frameworks/base/awt/java/awt/event/
KeyEvent.java 124 public static final int VK_B = 66;
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 458 case VK_B:

Completed in 91 milliseconds