Searched refs:host_stub_ (Results 1 – 7 of 7) sorted by relevance
23 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()
13 : 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()
23 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()
57 void set_host_stub(HostStub* host_stub) { host_stub_ = host_stub; } in set_host_stub()68 HostStub* host_stub_; variable
35 viewer_->set_host_stub(&host_stub_); in SetUp()53 MockHostStub host_stub_; member in remoting::protocol::ConnectionToClientTest
60 ClipboardStub* host_stub_; variable
123 HostStub* host_stub_; variable