Searched refs:kUsbLeftOption (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dnormalizing_input_filter_mac.cc20 const unsigned int kUsbLeftOption = 0x0700e2; member in namespace:remoting::__anon10373
43 event.usb_keycode() == kUsbLeftOption ||
H A Dnormalizing_input_filter_mac_unittest.cc24 const unsigned int kUsbLeftOption = 0x0700e2; member in namespace:remoting::__anon10374
169 EqualsUsbEvent(kUsbLeftOption, true)));
173 EqualsUsbEvent(kUsbLeftOption, false)));
184 processor->InjectKeyEvent(MakeKeyEvent(kUsbLeftOption, true));
186 processor->InjectKeyEvent(MakeKeyEvent(kUsbLeftOption, false));

Completed in 66 milliseconds