Home
last modified time | relevance | path

Searched refs:SetScreenResolution (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/remoting/host/
Dipc_screen_controls.cc20 void IpcScreenControls::SetScreenResolution( in SetScreenResolution() function in remoting::IpcScreenControls
22 desktop_session_proxy_->SetScreenResolution(resolution); in SetScreenResolution()
Dipc_desktop_environment_unittest.cc62 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()
Dresizing_host_observer.cc129 void ResizingHostObserver::SetScreenResolution( in SetScreenResolution() function in remoting::ResizingHostObserver
149 base::Bind(&ResizingHostObserver::SetScreenResolution, in SetScreenResolution()
Dscreen_controls.h20 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
Ddesktop_session_agent.cc147 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()
Dipc_screen_controls.h24 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
Ddesktop_session.h23 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
Ddaemon_process.cc107 SetScreenResolution) in OnMessageReceived()
214 void DaemonProcess::SetScreenResolution(int terminal_id, in SetScreenResolution() function in remoting::DaemonProcess
247 (*i)->SetScreenResolution(resolution); in SetScreenResolution()
Ddesktop_session_win.cc99 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
Ddesktop_session_connector.h39 virtual void SetScreenResolution(
Dresizing_host_observer.h34 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
Dfake_desktop_environment.cc37 void FakeScreenControls::SetScreenResolution( in SetScreenResolution() function in remoting::FakeScreenControls
Dfake_desktop_environment.h36 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
Dipc_desktop_environment.h98 virtual void SetScreenResolution(
Ddaemon_process.h101 void SetScreenResolution(int terminal_id, const ScreenResolution& resolution);
Ddesktop_session_agent.h136 void SetScreenResolution(const ScreenResolution& resolution);
Ddesktop_session_proxy.h131 void SetScreenResolution(const ScreenResolution& resolution);
Ddesktop_session_proxy.cc402 void DesktopSessionProxy::SetScreenResolution( in SetScreenResolution() function in remoting::DesktopSessionProxy
426 desktop_session_connector_->SetScreenResolution(this, screen_resolution_); in SetScreenResolution()
Dipc_desktop_environment.cc165 void IpcDesktopEnvironmentFactory::SetScreenResolution( in SetScreenResolution() function in remoting::IpcDesktopEnvironmentFactory
Dresizing_host_observer_unittest.cc118 resizing_host_observer_->SetScreenResolution(client_size); in GetBestResolution()
Ddaemon_process_unittest.cc45 virtual void SetScreenResolution( in SetScreenResolution() function in remoting::__anonc2cb42a80111::FakeDesktopSession
Dclient_session.cc133 screen_controls_->SetScreenResolution(client_resolution); in NotifyClientResolution()