OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InjectMouseEvent
(Results
26 - 38
of
38
) sorted by null
1
2
/external/chromium_org/remoting/host/
fake_desktop_environment.h
25
virtual void
InjectMouseEvent
(const protocol::MouseEvent& event) OVERRIDE;
input_injector_mac.cc
71
virtual void
InjectMouseEvent
(const MouseEvent& event) OVERRIDE;
89
void
InjectMouseEvent
(const MouseEvent& event);
136
void InputInjectorMac::
InjectMouseEvent
(const MouseEvent& event) {
137
core_->
InjectMouseEvent
(event);
231
void InputInjectorMac::Core::
InjectMouseEvent
(const MouseEvent& event) {
fake_desktop_environment.cc
27
void FakeInputInjector::
InjectMouseEvent
(const protocol::MouseEvent& event) {
input_injector_linux.cc
105
virtual void
InjectMouseEvent
(const MouseEvent& event) OVERRIDE;
125
void
InjectMouseEvent
(const MouseEvent& event);
212
void InputInjectorLinux::
InjectMouseEvent
(const MouseEvent& event) {
213
core_->
InjectMouseEvent
(event);
384
void InputInjectorLinux::Core::
InjectMouseEvent
(const MouseEvent& event) {
387
base::Bind(&Core::
InjectMouseEvent
, this, event));
desktop_session_proxy.h
127
void
InjectMouseEvent
(const protocol::MouseEvent& event);
host_mock_objects.h
114
MOCK_METHOD1(
InjectMouseEvent
, void(const protocol::MouseEvent& event));
ipc_desktop_environment_unittest.cc
606
TEST_F(IpcDesktopEnvironmentTest,
InjectMouseEvent
) {
620
EXPECT_CALL(*remote_input_injector_,
InjectMouseEvent
(_))
629
input_injector_->
InjectMouseEvent
(event);
desktop_session_agent.cc
519
remote_input_filter_->
InjectMouseEvent
(event);
desktop_session_proxy.cc
382
void DesktopSessionProxy::
InjectMouseEvent
(const protocol::MouseEvent& event) {
/external/chromium_org/remoting/protocol/
client_event_dispatcher.cc
49
void ClientEventDispatcher::
InjectMouseEvent
(const MouseEvent& event) {
protocol_mock_objects.h
102
MOCK_METHOD1(
InjectMouseEvent
, void(const MouseEvent& event));
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
109
input_stub_->
InjectMouseEvent
(mouse_event);
133
input_stub_->
InjectMouseEvent
(mouse_event);
180
input_stub_->
InjectMouseEvent
(mouse_event);
/external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc
213
client_->input_stub()->
InjectMouseEvent
(event);
228
client_->input_stub()->
InjectMouseEvent
(event);
Completed in 167 milliseconds
1
2