host_stub_         13 remoting/protocol/clipboard_echo_filter.cc   : host_stub_(NULL),
host_stub_         27 remoting/protocol/clipboard_echo_filter.cc   host_stub_ = host_stub;
host_stub_         54 remoting/protocol/clipboard_echo_filter.cc   if (host_stub_) {
host_stub_         55 remoting/protocol/clipboard_echo_filter.cc     host_stub_->InjectClipboardEvent(event);
host_stub_         60 remoting/protocol/clipboard_echo_filter.h   ClipboardStub* host_stub_;
host_stub_         23 remoting/protocol/connection_to_client.cc       host_stub_(NULL),
host_stub_         86 remoting/protocol/connection_to_client.cc   host_stub_ = host_stub;
host_stub_         91 remoting/protocol/connection_to_client.cc   return host_stub_;
host_stub_        124 remoting/protocol/connection_to_client.cc       control_dispatcher_->set_host_stub(host_stub_);
host_stub_        124 remoting/protocol/connection_to_client.h   HostStub* host_stub_;
host_stub_         35 remoting/protocol/connection_to_client_unittest.cc     viewer_->set_host_stub(&host_stub_);
host_stub_         53 remoting/protocol/connection_to_client_unittest.cc   MockHostStub host_stub_;
host_stub_         73 remoting/protocol/host_control_dispatcher.cc   DCHECK(host_stub_);
host_stub_         80 remoting/protocol/host_control_dispatcher.cc     host_stub_->NotifyClientResolution(message->client_resolution());
host_stub_         82 remoting/protocol/host_control_dispatcher.cc     host_stub_->ControlVideo(message->video_control());
host_stub_         84 remoting/protocol/host_control_dispatcher.cc     host_stub_->ControlAudio(message->audio_control());
host_stub_         86 remoting/protocol/host_control_dispatcher.cc     host_stub_->SetCapabilities(message->capabilities());
host_stub_         88 remoting/protocol/host_control_dispatcher.cc     host_stub_->RequestPairing(message->pairing_request());
host_stub_         90 remoting/protocol/host_control_dispatcher.cc     host_stub_->DeliverClientMessage(message->extension_message());
host_stub_         57 remoting/protocol/host_control_dispatcher.h   void set_host_stub(HostStub* host_stub) { host_stub_ = host_stub; }
host_stub_         68 remoting/protocol/host_control_dispatcher.h   HostStub* host_stub_;