Searched refs:keystroke (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxevents.c112 SDL_keysym * NX_TranslateKey (GR_EVENT_KEYSTROKE * keystroke, SDL_keysym * keysym) argument
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)) ;
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view.h51 const ui::KeyEvent& keystroke) OVERRIDE;
H A Dcrypto_module_password_dialog_view.cc76 const ui::KeyEvent& keystroke) {
74 HandleKeyEvent( views::Textfield* sender, const ui::KeyEvent& keystroke) argument
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_command_list.js84 * Convert a keystroke event to string form, while taking into account
87 * @return {string} The keystroke as a string.
304 * Starts keystroke capture to determine which key to use for a particular
329 * Ends keystroke capture and either restores the old value or (if valid
476 var keystroke = keystrokeToString(event);
477 shortcutNode.textContent = keystroke;
486 this.oldValue_ = keystroke; // Forget what the old value was.
493 [parsed.extensionId, parsed.commandName, keystroke]);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc93 std::string keystroke; local
96 !args->GetString(2, &keystroke)) {
103 command_service->UpdateKeybindingPrefs(extension_id, command_name, keystroke);
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.h141 // and |command_name|) to |keystroke|. If the command had another key assigned
145 const std::string& keystroke);
H A Dcommand_service.cc315 const std::string& keystroke) {
323 Command::StringToAccelerator(keystroke, command_name);
313 UpdateKeybindingPrefs(const std::string& extension_id, const std::string& command_name, const std::string& keystroke) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1694 milliseconds