HomeSort by relevance Sort by last modified time
    Searched refs:lock_states (Results 1 - 6 of 6) 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 57 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);
normalizing_input_filter_mac_unittest.cc 28 // A hardcoded value used to verify |lock_states| is preserved.
34 arg.lock_states() == kTestLockStates;
normalizing_input_filter_cros_unittest.cc 31 // A hardcoded value used to verify |lock_states| is preserved.
37 arg.lock_states() == kTestLockStates;
  /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|.
  /external/chromium_org/remoting/host/
input_injector_mac.cc 215 if (event.lock_states() & protocol::KeyEvent::LOCK_STATES_CAPSLOCK)

Completed in 187 milliseconds