/external/chromium_org/remoting/host/ |
D | desktop_process.cc | 45 return *desktop_environment_factory_; in desktop_environment_factory() 89 desktop_environment_factory_.reset(); in OnChannelError() 95 DCHECK(!desktop_environment_factory_); in Start() 98 desktop_environment_factory_ = desktop_environment_factory.Pass(); in Start() 137 desktop_environment_factory_.reset(); in Start()
|
D | chromoting_host.cc | 73 : desktop_environment_factory_(desktop_environment_factory), in ChromotingHost() 94 if (!desktop_environment_factory_->SupportsAudioCapture()) { in ChromotingHost() 161 desktop_environment_factory_->SetEnableCurtaining(enable_curtaining_); in SetEnableCurtaining() 314 desktop_environment_factory_, in OnIncomingSession()
|
D | ipc_desktop_environment_unittest.cc | 195 scoped_ptr<IpcDesktopEnvironmentFactory> desktop_environment_factory_; member in remoting::IpcDesktopEnvironmentTest 279 desktop_environment_factory_.reset(new IpcDesktopEnvironmentFactory( in SetUp() 285 desktop_environment_ = desktop_environment_factory_->Create( in SetUp() 315 desktop_environment_factory_.reset(); in DisconnectTerminal() 426 desktop_environment_factory_->OnDesktopSessionAgentAttached( in OnDesktopAttached()
|
D | chromoting_host_unittest.cc | 79 desktop_environment_factory_.reset(new MockDesktopEnvironmentFactory()); in SetUp() 80 EXPECT_CALL(*desktop_environment_factory_, CreatePtr()) in SetUp() 84 EXPECT_CALL(*desktop_environment_factory_, SupportsAudioCapture()) in SetUp() 92 desktop_environment_factory_.get(), in SetUp() 197 desktop_environment_factory_.get(), in SimulateClientConnection() 326 desktop_environment_factory_.reset(); in StopAndReleaseTaskRunner() 414 scoped_ptr<MockDesktopEnvironmentFactory> desktop_environment_factory_; member in remoting::ChromotingHostTest
|
D | client_session_unittest.cc | 202 scoped_ptr<MockDesktopEnvironmentFactory> desktop_environment_factory_; member in remoting::ClientSessionTest 210 desktop_environment_factory_.reset(new MockDesktopEnvironmentFactory()); in SetUp() 211 EXPECT_CALL(*desktop_environment_factory_, CreatePtr()) in SetUp() 215 EXPECT_CALL(*desktop_environment_factory_, SupportsAudioCapture()) in SetUp() 258 desktop_environment_factory_.get(), in CreateClientSession() 274 desktop_environment_factory_.reset(); in StopClientSession()
|
D | remoting_me2me_host.cc | 285 scoped_ptr<DesktopEnvironmentFactory> desktop_environment_factory_; member in remoting::HostProcess 378 DCHECK(!desktop_environment_factory_); in ~HostProcess() 738 desktop_environment_factory_.reset(desktop_environment_factory); in StartOnUiThread() 739 desktop_environment_factory_->SetEnableGnubbyAuth(enable_gnubby_auth_); in StartOnUiThread() 752 desktop_environment_factory_.reset(); in ShutdownOnUiThread() 1218 if (desktop_environment_factory_) in OnGnubbyAuthPolicyUpdate() 1219 desktop_environment_factory_->SetEnableGnubbyAuth(enable_gnubby_auth_); in OnGnubbyAuthPolicyUpdate() 1286 desktop_environment_factory_.get(), in StartHost()
|
D | desktop_process.h | 71 scoped_ptr<DesktopEnvironmentFactory> desktop_environment_factory_; variable
|
D | chromoting_host.h | 176 DesktopEnvironmentFactory* desktop_environment_factory_; variable
|
D | client_session.cc | 54 desktop_environment_factory_(desktop_environment_factory), in ClientSession() 277 desktop_environment_factory_->Create(weak_factory_.GetWeakPtr()); in OnConnectionAuthenticated()
|
D | client_session.h | 177 DesktopEnvironmentFactory* desktop_environment_factory_; variable
|
/external/chromium_org/remoting/host/it2me/ |
D | it2me_host.cc | 64 desktop_environment_factory_.reset(new It2MeDesktopEnvironmentFactory( in Connect() 199 desktop_environment_factory_.get(), in FinishConnect() 256 desktop_environment_factory_.reset(); in ShutdownOnUiThread() 369 DCHECK(!desktop_environment_factory_.get()); in ~It2MeHost()
|
D | it2me_host.h | 149 scoped_ptr<DesktopEnvironmentFactory> desktop_environment_factory_; variable
|
/external/chromium_org/remoting/test/ |
D | protocol_perftest.cc | 249 &desktop_environment_factory_, in StartHost() 346 FakeDesktopEnvironmentFactory desktop_environment_factory_; member in remoting::ProtocolPerfTest 466 desktop_environment_factory_.set_frame_generator( in TEST_P()
|