OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestLockStates
(Results
1 - 4
of
4
) 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/
normalizing_input_filter_cros_unittest.cc
30
static const uint32
kTestLockStates
= protocol::KeyEvent::LOCK_STATES_NUMLOCK;
35
arg.lock_states() ==
kTestLockStates
;
42
event.set_lock_states(
kTestLockStates
);
normalizing_input_filter_mac_unittest.cc
29
static const uint32
kTestLockStates
= protocol::KeyEvent::LOCK_STATES_NUMLOCK;
34
arg.lock_states() ==
kTestLockStates
;
41
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 64 milliseconds