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_->InjectMouseEvent(event);
host_event_dispatcher.cc 19 input_stub_(NULL) {
32 DCHECK(input_stub_);
42 input_stub_->InjectKeyEvent(event);
47 input_stub_->InjectMouseEvent(message->mouse_event());
input_filter.h 26 input_stub_ = input_stub;
42 InputStub* input_stub_; member in class:remoting::protocol::InputFilter
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.cc 14 : input_stub_(input_stub),
36 input_stub_->InjectKeyEvent(event);
52 input_stub_->InjectMouseEvent(mouse);
72 input_stub_->InjectKeyEvent(event);
90 input_stub_->InjectMouseEvent(event);
input_event_tracker.h 41 protocol::InputStub* input_stub_; member in class:remoting::protocol::InputEventTracker
connection_to_client.cc 24 input_stub_(NULL),
96 input_stub_ = input_stub;
101 return input_stub_;
131 event_dispatcher_->set_input_stub(input_stub_);
connection_to_client_unittest.cc 35 viewer_->set_input_stub(&input_stub_);
53 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.h 29 protocol::InputStub* input_stub_; member in class:remoting::PepperInputHandler
pepper_input_handler.cc 17 : input_stub_(input_stub),
63 input_stub_->InjectKeyEvent(key_event);
89 input_stub_->InjectMouseEvent(mouse_event);
101 input_stub_->InjectMouseEvent(mouse_event);
144 input_stub_->InjectMouseEvent(mouse_event);

Completed in 61 milliseconds