Searched refs:kTestLockStates (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/client/
H A Dkey_event_mapper_unittest.cc23 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_CAPSLOCK; member in namespace:remoting
28 // |lock_states| is hardcoded to kTestLockStates in all key events.
29 arg.lock_states() == kTestLockStates;
35 arg.lock_states() == kTestLockStates;
50 input_stub->InjectKeyEvent(NewUsbEvent(usb_keycode, true, kTestLockStates));
51 input_stub->InjectKeyEvent(NewUsbEvent(usb_keycode, false, kTestLockStates));
/external/chromium_org/remoting/client/plugin/
H A Dnormalizing_input_filter_mac_unittest.cc29 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_NUMLOCK; member in namespace:remoting::__anon10374
34 arg.lock_states() == kTestLockStates;
41 event.set_lock_states(kTestLockStates);
H A Dnormalizing_input_filter_cros_unittest.cc32 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_NUMLOCK; member in namespace:remoting::__anon10372
37 arg.lock_states() == kTestLockStates;
44 event.set_lock_states(kTestLockStates);
/external/chromium_org/remoting/protocol/
H A Dinput_event_tracker_unittest.cc25 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_CAPSLOCK; member in namespace:remoting::protocol::__anon10503
39 arg.lock_states() == kTestLockStates;
53 event.set_lock_states(kTestLockStates);

Completed in 90 milliseconds