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

  /external/chromium_org/remoting/client/
key_event_mapper_unittest.cc 22 // 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);
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 50 uint32_t lock_states = 0; local
53 lock_states |= protocol::KeyEvent::LOCK_STATES_CAPSLOCK;
56 lock_states |= protocol::KeyEvent::LOCK_STATES_NUMLOCK;
61 key_event.set_lock_states(lock_states);
mac_key_event_processor_unittest.cc 27 // A hardcoded value used to verify |lock_states| is preserved.
33 arg.lock_states() == kTestLockStates;
  /external/chromium_org/remoting/host/
input_injector_mac.cc 175 if (event.lock_states() & protocol::KeyEvent::LOCK_STATES_CAPSLOCK)
  /external/chromium_org/remoting/protocol/
input_event_tracker_unittest.cc 24 // A hardcoded value used to verify |lock_states| is preserved.
28 // Also verify that the event doesn't have |lock_states| set.
39 arg.lock_states() == kTestLockStates;
126 // The key should be released but |lock_states| should not be set.
168 // The key should be auto released with no |lock_states|.

Completed in 757 milliseconds