HomeSort by relevance Sort by last modified time
    Searched refs:key_char (Results 1 - 2 of 2) 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);
  /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);

Completed in 23 milliseconds