Home
last modified time | relevance | path

Searched refs:desktop_environment_factory_ (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/remoting/host/
Ddesktop_process.cc45 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()
Dchromoting_host.cc73 : 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()
Dipc_desktop_environment_unittest.cc195 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()
Dchromoting_host_unittest.cc79 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
Dclient_session_unittest.cc202 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()
Dremoting_me2me_host.cc285 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()
Ddesktop_process.h71 scoped_ptr<DesktopEnvironmentFactory> desktop_environment_factory_; variable
Dchromoting_host.h176 DesktopEnvironmentFactory* desktop_environment_factory_; variable
Dclient_session.cc54 desktop_environment_factory_(desktop_environment_factory), in ClientSession()
277 desktop_environment_factory_->Create(weak_factory_.GetWeakPtr()); in OnConnectionAuthenticated()
Dclient_session.h177 DesktopEnvironmentFactory* desktop_environment_factory_; variable
/external/chromium_org/remoting/host/it2me/
Dit2me_host.cc64 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()
Dit2me_host.h149 scoped_ptr<DesktopEnvironmentFactory> desktop_environment_factory_; variable
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc249 &desktop_environment_factory_, in StartHost()
346 FakeDesktopEnvironmentFactory desktop_environment_factory_; member in remoting::ProtocolPerfTest
466 desktop_environment_factory_.set_frame_generator( in TEST_P()