HomeSort by relevance Sort by last modified time
    Searched full:key_char (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
global_keyboard_shortcuts_mac.h 16 // Either one of vkey_code or key_char must be specified. For keys
17 // whose virtual key code is hardware-dependent (kVK_ANSI_*) key_char
21 unichar key_char; // Key event characters for the command as reported by member in struct:KeyboardShortcutData
27 // |key_char| is specified) correspond to a given Chrome command.
50 int vkey_code, unichar key_char);
57 int vkey_code, unichar key_char);
64 int vkey_code, unichar key_char);
global_keyboard_shortcuts_mac.mm 94 int vkey_code, unichar key_char) {
95 // Expects that one of |key_char| or |vkey_code| is 0.
96 DCHECK((shortcut.key_char == 0) ^ (shortcut.vkey_code == 0));
97 if (shortcut.key_char) {
103 shortcut.key_char == key_char)
122 int vkey_code, unichar key_char) {
135 opt_key, vkey_code, key_char))
144 int vkey_code, unichar key_char) {
148 key_char);
    [all...]
global_keyboard_shortcuts_mac_unittest.mm 26 it->vkey_code, it->key_char);
118 it->vkey_code, it->key_char);
137 it->vkey_code, it->key_char);

Completed in 47 milliseconds