HomeSort by relevance Sort by last modified time
    Searched refs:desktop_channel_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/
desktop_session_proxy.cc 225 DCHECK(!desktop_channel_);
264 desktop_channel_ = IPC::ChannelProxy::Create(desktop_channel_handle,
282 desktop_channel_.reset();
312 if (desktop_channel_) {
566 if (desktop_channel_) {
567 desktop_channel_->Send(message);
desktop_session_proxy.h 209 scoped_ptr<IPC::ChannelProxy> desktop_channel_; member in class:remoting::DesktopSessionProxy
ipc_desktop_environment_unittest.cc 185 scoped_ptr<IPC::ChannelProxy> desktop_channel_; member in class:remoting::IpcDesktopEnvironmentTest
190 // Delegate that is passed to |desktop_channel_|.
384 desktop_channel_ =
410 desktop_channel_.reset();

Completed in 170 milliseconds