Searched refs:CreateScreenControls (Results 1 – 16 of 16) sorted by relevance
57 scoped_ptr<ScreenControls> IpcDesktopEnvironment::CreateScreenControls() { in CreateScreenControls() function in remoting::IpcDesktopEnvironment58 return desktop_session_proxy_->CreateScreenControls(); in CreateScreenControls()
47 virtual scoped_ptr<ScreenControls> CreateScreenControls() = 0;
33 scoped_ptr<ScreenControls> MockDesktopEnvironment::CreateScreenControls() { in CreateScreenControls() function in remoting::MockDesktopEnvironment
23 virtual scoped_ptr<ScreenControls> CreateScreenControls() OVERRIDE;
37 scoped_ptr<ScreenControls> BasicDesktopEnvironment::CreateScreenControls() { in CreateScreenControls() function in remoting::BasicDesktopEnvironment
54 scoped_ptr<ScreenControls> FakeDesktopEnvironment::CreateScreenControls() { in CreateScreenControls() function in remoting::FakeDesktopEnvironment
54 virtual scoped_ptr<ScreenControls> CreateScreenControls() OVERRIDE;
35 virtual scoped_ptr<ScreenControls> CreateScreenControls() OVERRIDE;
36 scoped_ptr<ScreenControls> Me2MeDesktopEnvironment::CreateScreenControls() { in CreateScreenControls() function in remoting::Me2MeDesktopEnvironment
48 virtual scoped_ptr<ScreenControls> CreateScreenControls() OVERRIDE;
83 scoped_ptr<ScreenControls> CreateScreenControls();
274 screen_controls_ = desktop_environment_->CreateScreenControls(); in OnStartSessionAgent()
290 screen_controls_ = desktop_environment_->CreateScreenControls(); in OnConnectionAuthenticated()
136 scoped_ptr<ScreenControls> DesktopSessionProxy::CreateScreenControls() { in CreateScreenControls() function in remoting::DesktopSessionProxy
288 screen_controls_ = desktop_environment_->CreateScreenControls(); in SetUp()