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

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
RequestLayoutAction.java 34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_R,
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h 51 #define VK_R 'R'
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h 51 #define VK_R 'R'
SDL_dibevents.c 361 VK_keymap[VK_R] = SDLK_r;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 265 return VK_R;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 350 /* 0x0F */ VK_R,
518 case 'r': case 'R': return VK_R;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 127 return VK_R;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 306 return VK_R; // (52) R key case 'r': case 'R': return 0x52;
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 387 return VK_R; // (52) R key case 'r': case 'R': return 0x52;
539 case VK_R:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 131 #define VK_R 0x52
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 363 return VK_R; // (52) R key case 'r': case 'R': return 0x52;

Completed in 204 milliseconds