OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InjectKeyEvent
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/remoting/protocol/
input_filter.cc
20
void InputFilter::
InjectKeyEvent
(const KeyEvent& event) {
22
input_stub_->
InjectKeyEvent
(event);
client_event_dispatcher.cc
32
void ClientEventDispatcher::
InjectKeyEvent
(const KeyEvent& event) {
input_event_tracker.cc
35
input_stub_->
InjectKeyEvent
(event);
57
void InputEventTracker::
InjectKeyEvent
(const KeyEvent& event) {
71
input_stub_->
InjectKeyEvent
(event);
/external/chromium_org/remoting/client/
key_event_mapper.cc
40
void KeyEventMapper::
InjectKeyEvent
(const protocol::KeyEvent& event) {
55
InputFilter::
InjectKeyEvent
(new_event);
60
InputFilter::
InjectKeyEvent
(event);
/external/chromium_org/remoting/host/
ipc_input_injector.cc
24
void IpcInputInjector::
InjectKeyEvent
(const protocol::KeyEvent& event) {
25
desktop_session_proxy_->
InjectKeyEvent
(event);
remote_input_filter.cc
72
void RemoteInputFilter::
InjectKeyEvent
(const protocol::KeyEvent& event) {
75
event_tracker_->
InjectKeyEvent
(event);
input_injector_mac.cc
44
virtual void
InjectKeyEvent
(const KeyEvent& event) OVERRIDE;
61
void
InjectKeyEvent
(const KeyEvent& event);
99
void InputInjectorMac::
InjectKeyEvent
(const KeyEvent& event) {
100
core_->
InjectKeyEvent
(event);
142
void InputInjectorMac::Core::
InjectKeyEvent
(const KeyEvent& event) {
input_injector_win.cc
38
virtual void
InjectKeyEvent
(const KeyEvent& event) OVERRIDE;
56
void
InjectKeyEvent
(const KeyEvent& event);
97
void InputInjectorWin::
InjectKeyEvent
(const KeyEvent& event) {
98
core_->
InjectKeyEvent
(event);
129
void InputInjectorWin::Core::
InjectKeyEvent
(const KeyEvent& event) {
132
base::Bind(&Core::
InjectKeyEvent
, this, event));
desktop_session_proxy.cc
343
void DesktopSessionProxy::
InjectKeyEvent
(const protocol::KeyEvent& event) {
input_injector_linux.cc
49
virtual void
InjectKeyEvent
(const KeyEvent& event) OVERRIDE;
68
void
InjectKeyEvent
(const KeyEvent& event);
147
void InputInjectorLinux::
InjectKeyEvent
(const KeyEvent& event) {
148
core_->
InjectKeyEvent
(event);
207
void InputInjectorLinux::Core::
InjectKeyEvent
(const KeyEvent& event) {
214
base::Bind(&Core::
InjectKeyEvent
, this, event));
/external/chromium_org/remoting/client/plugin/
normalizing_input_filter_mac.cc
71
virtual void
InjectKeyEvent
(const protocol::KeyEvent& event) OVERRIDE;
89
void NormalizingInputFilterMac::
InjectKeyEvent
(const protocol::KeyEvent& event)
110
InputFilter::
InjectKeyEvent
(newEvent);
112
InputFilter::
InjectKeyEvent
(newEvent);
131
InputFilter::
InjectKeyEvent
(event);
141
InputFilter::
InjectKeyEvent
(event);
/external/chromium_org/remoting/host/win/
session_input_injector.cc
65
virtual void
InjectKeyEvent
(const protocol::KeyEvent& event) OVERRIDE;
131
void SessionInputInjectorWin::Core::
InjectKeyEvent
(const KeyEvent& event) {
134
FROM_HERE, base::Bind(&Core::
InjectKeyEvent
, this, event));
165
nested_executor_->
InjectKeyEvent
(event);
216
void SessionInputInjectorWin::
InjectKeyEvent
(const protocol::KeyEvent& event) {
217
core_->
InjectKeyEvent
(event);
Completed in 634 milliseconds