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

  /external/chromium_org/remoting/client/
key_event_mapper_unittest.cc 23 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_CAPSLOCK;
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/
mac_key_event_processor_unittest.cc 28 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_NUMLOCK;
33 arg.lock_states() == kTestLockStates;
40 event.set_lock_states(kTestLockStates);
  /external/chromium_org/remoting/protocol/
input_event_tracker_unittest.cc 25 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_CAPSLOCK;
39 arg.lock_states() == kTestLockStates;
53 event.set_lock_states(kTestLockStates);

Completed in 54 milliseconds