/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);
|
/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);
|
global_keyboard_shortcuts_mac.mm | 97 int vkey_code, unichar key_char) { 98 // Expects that one of |key_char| or |vkey_code| is 0. 99 DCHECK((shortcut.key_char == 0) ^ (shortcut.vkey_code == 0)); 100 if (shortcut.key_char) { 106 shortcut.key_char == key_char) 125 int vkey_code, unichar key_char) { 138 opt_key, vkey_code, key_char)) 147 int vkey_code, unichar key_char) { 151 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);
|