Home
last modified time | relevance | path

Searched refs:host_stub_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/remoting/protocol/
Dhost_control_dispatcher.cc23 host_stub_(NULL) { in HostControlDispatcher()
73 DCHECK(host_stub_); in OnMessageReceived()
80 host_stub_->NotifyClientResolution(message->client_resolution()); in OnMessageReceived()
82 host_stub_->ControlVideo(message->video_control()); in OnMessageReceived()
84 host_stub_->ControlAudio(message->audio_control()); in OnMessageReceived()
86 host_stub_->SetCapabilities(message->capabilities()); in OnMessageReceived()
88 host_stub_->RequestPairing(message->pairing_request()); in OnMessageReceived()
90 host_stub_->DeliverClientMessage(message->extension_message()); in OnMessageReceived()
Dclipboard_echo_filter.cc13 : host_stub_(NULL), in ClipboardEchoFilter()
27 host_stub_ = host_stub; in set_host_stub()
54 if (host_stub_) { in InjectClipboardEventToHost()
55 host_stub_->InjectClipboardEvent(event); in InjectClipboardEventToHost()
Dconnection_to_client.cc23 host_stub_(NULL), in ConnectionToClient()
86 host_stub_ = host_stub; in set_host_stub()
91 return host_stub_; in host_stub()
126 control_dispatcher_->set_host_stub(host_stub_); in OnSessionStateChange()
Dhost_control_dispatcher.h57 void set_host_stub(HostStub* host_stub) { host_stub_ = host_stub; } in set_host_stub()
68 HostStub* host_stub_; variable
Dconnection_to_client_unittest.cc35 viewer_->set_host_stub(&host_stub_); in SetUp()
53 MockHostStub host_stub_; member in remoting::protocol::ConnectionToClientTest
Dclipboard_echo_filter.h60 ClipboardStub* host_stub_; variable
Dconnection_to_client.h123 HostStub* host_stub_; variable