Searched defs:lock_states (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/client/
H A Dkey_event_mapper_unittest.cc22 // A hardcoded value used to verify |lock_states| is preserved.
28 // |lock_states| is hardcoded to kTestLockStates in all key events.
29 arg.lock_states() == kTestLockStates;
35 arg.lock_states() == kTestLockStates;
40 uint32 lock_states) {
44 event.set_lock_states(lock_states);
38 NewUsbEvent(uint32 usb_keycode, bool pressed, uint32 lock_states) argument
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc57 uint32_t lock_states = 0; local
60 lock_states |= protocol::KeyEvent::LOCK_STATES_CAPSLOCK;
63 lock_states |= protocol::KeyEvent::LOCK_STATES_NUMLOCK;
68 key_event.set_lock_states(lock_states);

Completed in 960 milliseconds