HomeSort by relevance Sort by last modified time
    Searched full:keystroke (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
CaptureLayersAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_P,
CaptureNodeAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_D,
ExitAction.java 23 import javax.swing.KeyStroke;
37 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_Q,
InvalidateAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_I,
LoadGraphAction.java 21 import javax.swing.KeyStroke;
35 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_L,
RefreshWindowsAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F7, 0));
RequestLayoutAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_R,
SaveSceneAction.java 21 import javax.swing.KeyStroke;
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_S,
ShowDevicesAction.java 22 import javax.swing.KeyStroke;
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_D,
StartServerAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F5, 0));
StopServerAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F6, 0));
DumpDisplayListAction.java 20 import javax.swing.KeyStroke;
  /external/chromium_org/ash/
keyboard_uma_event_filter.h 26 // The timestamp of the last character keystroke.
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxevents.c 112 SDL_keysym * NX_TranslateKey (GR_EVENT_KEYSTROKE * keystroke, SDL_keysym * keysym)
114 GR_KEY ch = keystroke -> ch ;
118 keysym -> scancode = keystroke -> scancode ;
131 GR_KEYMOD mod = keystroke -> modifiers ;
285 NX_TranslateKey (& event.keystroke, & keysym)) ;
295 NX_TranslateKey (& event.keystroke, & keysym)) ;
  /frameworks/base/core/res/res/raw-tl/
incognito_mode_start_page.html 14 <li>Malicious software na sinusubaybayan ang iyong mga keystroke kapalit ng mga libreng smiley</li>
  /frameworks/base/core/res/res/raw-tl-xlarge/
incognito_mode_start_page.html 14 <li>Malicious software na sinusubaybayan ang iyong mga keystroke kapalit ng mga libreng smiley</li>
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 74 * Convert a keystroke event to string form, while taking into account
77 * @return {string} The keystroke as a string.
297 * Starts keystroke capture to determine which key to use for a particular
322 * Ends keystroke capture and either restores the old value or (if valid
467 var keystroke = keystrokeToString(event);
468 shortcutNode.textContent = keystroke;
477 this.oldValue_ = keystroke; // Forget what the old value was.
484 [parsed.extensionId, parsed.commandName, keystroke]);
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view.h 51 const ui::KeyEvent& keystroke) OVERRIDE;
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
omnibox.html 10 Each keystroke is sent to your
  /external/chromium_org/ppapi/api/dev/
ppb_cursor_control_dev.idl 42 * another program via a reserved keystroke (e.g., ALT+TAB), or
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 93 std::string keystroke; local
96 !args->GetString(2, &keystroke)) {
103 command_service->UpdateKeybindingPrefs(extension_id, command_name, keystroke);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 194 case CPDF_AAction::KeyStroke:
242 case CPDF_AAction::KeyStroke:
262 case CPDF_AAction::KeyStroke:
FFL_TextField.cpp 243 case CPDF_AAction::KeyStroke:
278 case CPDF_AAction::KeyStroke:
297 case CPDF_AAction::KeyStroke:

Completed in 2436 milliseconds

1 2 3 4 5