HomeSort by relevance Sort by last modified time
    Searched refs:UsbKeycodeToNativeKeycode (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/events/keycodes/dom4/
keycode_converter.h 62 static uint16_t UsbKeycodeToNativeKeycode(uint32_t usb_keycode);
keycode_converter_unittest.cc 53 // Verify UsbKeycodeToNativeKeycode works for this key.
56 ui::KeycodeConverter::UsbKeycodeToNativeKeycode(entry->usb_keycode));
99 // Verify that UsbKeycodeToNativeKeycode works for a non-existent USB keycode.
102 ui::KeycodeConverter::UsbKeycodeToNativeKeycode(kUsbNonExistentKeycode));
106 // Verify that UsbKeycodeToNativeKeycode treats the non-US "hash" key
108 EXPECT_EQ(ui::KeycodeConverter::UsbKeycodeToNativeKeycode(kUsbUsBackslash),
109 ui::KeycodeConverter::UsbKeycodeToNativeKeycode(kUsbNonUsHash));
keycode_converter.cc 84 uint16_t KeycodeConverter::UsbKeycodeToNativeKeycode(uint32_t usb_keycode) {
  /external/chromium_org/remoting/host/
input_injector_mac.cc 183 ui::KeycodeConverter::UsbKeycodeToNativeKeycode(event.usb_keycode());
input_injector_win.cc 225 ui::KeycodeConverter::UsbKeycodeToNativeKeycode(event.usb_keycode());
input_injector_linux.cc 280 ui::KeycodeConverter::UsbKeycodeToNativeKeycode(event.usb_keycode());

Completed in 130 milliseconds