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 218 DCHECK(!desktop_channel_);
257 desktop_channel_.reset(new IPC::ChannelProxy(desktop_channel_handle,
275 desktop_channel_.reset();
305 if (desktop_channel_) {
538 if (desktop_channel_) {
539 desktop_channel_->Send(message);
desktop_session_proxy.h 196 scoped_ptr<IPC::ChannelProxy> desktop_channel_; member in class:remoting::DesktopSessionProxy
ipc_desktop_environment_unittest.cc 181 scoped_ptr<IPC::ChannelProxy> desktop_channel_; member in class:remoting::IpcDesktopEnvironmentTest
186 // Delegate that is passed to |desktop_channel_|.
372 desktop_channel_.reset(
398 desktop_channel_.reset();

Completed in 185 milliseconds