OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_char
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
global_keyboard_shortcuts_mac.h
15
// Either one of vkey_code or
key_char
must be specified. For keys
16
// whose virtual key code is hardware-dependent (kVK_ANSI_*)
key_char
20
unichar
key_char
; // Key event characters for the command as reported by
member in struct:KeyboardShortcutData
26
// |
key_char
| is specified) correspond to a given Chrome command.
49
int vkey_code, unichar
key_char
);
56
int vkey_code, unichar
key_char
);
63
int vkey_code, unichar
key_char
);
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc
372
base::string16
key_char
= base::UTF8ToUTF16(event.key);
local
373
if (
key_char
.size() == 1)
374
ui_event.set_character(
key_char
[0]);
Completed in 4114 milliseconds