Home
last modified time | relevance | path

Searched refs:host_connection_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.cc634 host_connection_.reset(new protocol::ConnectionToHost(true)); in ConnectWithConfig()
637 host_connection_.get(), this, in ConnectWithConfig()
647 mouse_input_filter_.set_input_stub(host_connection_->input_stub()); in ConnectWithConfig()
688 host_connection_.reset(); in HandleDisconnect()
768 host_connection_->clipboard_stub()->InjectClipboardEvent(event); in HandleSendClipboardItem()
801 host_connection_->host_stub()->NotifyClientResolution(client_resolution); in HandleNotifyClientResolution()
815 host_connection_->host_stub()->ControlVideo(video_control); in HandlePauseVideo()
829 host_connection_->host_stub()->ControlAudio(audio_control); in HandlePauseAudio()
874 host_connection_->host_stub()->RequestPairing(pairing_request); in HandleRequestPairing()
892 host_connection_->host_stub()->DeliverClientMessage(message); in HandleExtensionMessage()
[all …]
Dchromoting_instance.h250 scoped_ptr<protocol::ConnectionToHost> host_connection_; variable