/external/chromium_org/remoting/host/ |
D | ipc_screen_controls.cc | 20 void IpcScreenControls::SetScreenResolution( in SetScreenResolution() function in remoting::IpcScreenControls 22 desktop_session_proxy_->SetScreenResolution(resolution); in SetScreenResolution()
|
D | ipc_desktop_environment_unittest.cc | 62 MOCK_METHOD2(SetScreenResolution, void(int, const ScreenResolution&)); 100 SetScreenResolution) in OnMessageReceived() 637 TEST_F(IpcDesktopEnvironmentTest, SetScreenResolution) { in TEST_F() argument 650 EXPECT_CALL(daemon_channel_, SetScreenResolution(_, _)) in TEST_F() 656 screen_controls_->SetScreenResolution(ScreenResolution( in TEST_F()
|
D | resizing_host_observer.cc | 129 void ResizingHostObserver::SetScreenResolution( in SetScreenResolution() function in remoting::ResizingHostObserver 149 base::Bind(&ResizingHostObserver::SetScreenResolution, in SetScreenResolution()
|
D | screen_controls.h | 20 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
|
D | desktop_session_agent.cc | 147 SetScreenResolution) in OnMessageReceived() 275 SetScreenResolution(resolution); in OnStartSessionAgent() 522 void DesktopSessionAgent::SetScreenResolution( in SetScreenResolution() function in remoting::DesktopSessionAgent 527 screen_controls_->SetScreenResolution(resolution); in SetScreenResolution()
|
D | ipc_screen_controls.h | 24 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
|
D | desktop_session.h | 23 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
|
D | daemon_process.cc | 107 SetScreenResolution) in OnMessageReceived() 214 void DaemonProcess::SetScreenResolution(int terminal_id, in SetScreenResolution() function in remoting::DaemonProcess 247 (*i)->SetScreenResolution(resolution); in SetScreenResolution()
|
D | desktop_session_win.cc | 99 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; 134 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; 193 void ConsoleSession::SetScreenResolution(const ScreenResolution& resolution) { in SetScreenResolution() function in remoting::__anonbc4ab8410111::ConsoleSession 286 void RdpSession::SetScreenResolution(const ScreenResolution& resolution) { in SetScreenResolution() function in remoting::__anonbc4ab8410111::RdpSession
|
D | desktop_session_connector.h | 39 virtual void SetScreenResolution(
|
D | resizing_host_observer.h | 34 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
|
D | fake_desktop_environment.cc | 37 void FakeScreenControls::SetScreenResolution( in SetScreenResolution() function in remoting::FakeScreenControls
|
D | fake_desktop_environment.h | 36 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
|
D | ipc_desktop_environment.h | 98 virtual void SetScreenResolution(
|
D | daemon_process.h | 101 void SetScreenResolution(int terminal_id, const ScreenResolution& resolution);
|
D | desktop_session_agent.h | 136 void SetScreenResolution(const ScreenResolution& resolution);
|
D | desktop_session_proxy.h | 131 void SetScreenResolution(const ScreenResolution& resolution);
|
D | desktop_session_proxy.cc | 402 void DesktopSessionProxy::SetScreenResolution( in SetScreenResolution() function in remoting::DesktopSessionProxy 426 desktop_session_connector_->SetScreenResolution(this, screen_resolution_); in SetScreenResolution()
|
D | ipc_desktop_environment.cc | 165 void IpcDesktopEnvironmentFactory::SetScreenResolution( in SetScreenResolution() function in remoting::IpcDesktopEnvironmentFactory
|
D | resizing_host_observer_unittest.cc | 118 resizing_host_observer_->SetScreenResolution(client_size); in GetBestResolution()
|
D | daemon_process_unittest.cc | 45 virtual void SetScreenResolution( in SetScreenResolution() function in remoting::__anonc2cb42a80111::FakeDesktopSession
|
D | client_session.cc | 133 screen_controls_->SetScreenResolution(client_resolution); in NotifyClientResolution()
|