HomeSort by relevance Sort by last modified time
    Searched defs:daemon_channel_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/host/
ipc_host_event_logger.h 50 IPC::Sender* daemon_channel_; member in class:remoting::IpcHostEventLogger
desktop_process.h 78 scoped_ptr<IPC::ChannelProxy> daemon_channel_; member in class:remoting::DesktopProcess
ipc_desktop_environment.h 120 IPC::Sender* daemon_channel_; member in class:remoting::IpcDesktopEnvironmentFactory
desktop_process_unittest.cc 141 scoped_ptr<IPC::ChannelProxy> daemon_channel_; member in class:remoting::DesktopProcessTest
143 // Delegate that is passed to |daemon_channel_|.
227 daemon_channel_.reset();
250 daemon_channel_.reset(new IPC::ChannelProxy(IPC::ChannelHandle(channel_name),
286 daemon_channel_->Send(new ChromotingDaemonMsg_Crash(
ipc_desktop_environment_unittest.cc 188 FakeDaemonSender daemon_channel_; member in class:remoting::IpcDesktopEnvironmentTest
253 EXPECT_CALL(daemon_channel_, ConnectTerminal(_, _, _))
257 EXPECT_CALL(daemon_channel_, DisconnectTerminal(_))
280 &daemon_channel_));
643 EXPECT_CALL(daemon_channel_, SetScreenResolution(_, _))
remoting_me2me_host.cc 244 scoped_ptr<IPC::ChannelProxy> daemon_channel_; member in class:remoting::HostProcess
317 DCHECK(!daemon_channel_);
353 daemon_channel_.reset(new IPC::ChannelProxy(
363 daemon_channel_.reset(
619 daemon_channel_.get());
641 daemon_channel_.reset();
    [all...]

Completed in 1274 milliseconds