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

  /external/chromium_org/remoting/protocol/
input_filter.cc 10 InputFilter::InputFilter() : input_stub_(NULL), enabled_(true) {
14 : input_stub_(input_stub), enabled_(true) {
21 if (enabled_ && input_stub_ != NULL)
22 input_stub_->InjectKeyEvent(event);
26 if (enabled_ && input_stub_ != NULL)
27 input_stub_->InjectTextEvent(event);
31 if (enabled_ && input_stub_ != NULL)
32 input_stub_->InjectMouseEvent(event);
host_event_dispatcher.cc 19 input_stub_(NULL) {
32 DCHECK(input_stub_);
42 input_stub_->InjectKeyEvent(event);
49 input_stub_->InjectTextEvent(event);
54 input_stub_->InjectMouseEvent(message->mouse_event());
input_filter.h 26 input_stub_ = input_stub;
43 InputStub* input_stub_; member in class:remoting::protocol::InputFilter
input_event_tracker.cc 14 : input_stub_(input_stub),
34 input_stub_->InjectKeyEvent(event);
50 input_stub_->InjectMouseEvent(mouse);
70 input_stub_->InjectKeyEvent(event);
74 input_stub_->InjectTextEvent(event);
92 input_stub_->InjectMouseEvent(event);
host_event_dispatcher.h 29 void set_input_stub(InputStub* input_stub) { input_stub_ = input_stub; }
45 InputStub* input_stub_; member in class:remoting::protocol::HostEventDispatcher
input_event_tracker.h 42 protocol::InputStub* input_stub_; member in class:remoting::protocol::InputEventTracker
connection_to_client.cc 25 input_stub_(NULL),
97 input_stub_ = input_stub;
102 return input_stub_;
134 event_dispatcher_->set_input_stub(input_stub_);
connection_to_client_unittest.cc 36 viewer_->set_input_stub(&input_stub_);
54 MockInputStub input_stub_; member in class:remoting::protocol::ConnectionToClientTest
connection_to_client.h 125 InputStub* input_stub_; member in class:remoting::protocol::ConnectionToClient
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 23 input_stub_(NULL),
70 if (input_stub_)
71 input_stub_->InjectKeyEvent(key_event);
108 if (input_stub_)
109 input_stub_->InjectMouseEvent(mouse_event);
132 if (input_stub_)
133 input_stub_->InjectMouseEvent(mouse_event);
179 if (input_stub_)
180 input_stub_->InjectMouseEvent(mouse_event);
pepper_input_handler.h 34 input_stub_ = input_stub;
84 protocol::InputStub* input_stub_; member in class:remoting::PepperInputHandler

Completed in 109 milliseconds