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

/external/chromium_org/remoting/host/
H A Dipc_screen_controls.cc20 void IpcScreenControls::SetScreenResolution( function in class:remoting::IpcScreenControls
22 desktop_session_proxy_->SetScreenResolution(resolution);
H A Dscreen_controls.h20 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
H A Dipc_screen_controls.h24 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
H A Ddesktop_session.h23 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
H A Ddesktop_session_connector.h39 virtual void SetScreenResolution(
H A Dresizing_host_observer.h34 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
38 // once for each call to SetScreenResolution.
H A Dresizing_host_observer.cc129 void ResizingHostObserver::SetScreenResolution( function in class:remoting::ResizingHostObserver
132 // to SetScreenResolution to simplify the implementation of unit-tests.
149 base::Bind(&ResizingHostObserver::SetScreenResolution,
H A Dfake_desktop_environment.cc37 void FakeScreenControls::SetScreenResolution( function in class:remoting::FakeScreenControls
H A Dfake_desktop_environment.h36 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
H A Ddaemon_process.cc107 SetScreenResolution)
214 void DaemonProcess::SetScreenResolution(int terminal_id, function in class:remoting::DaemonProcess
247 (*i)->SetScreenResolution(resolution);
H A Ddaemon_process.h101 void SetScreenResolution(int terminal_id, const ScreenResolution& resolution);
H A Ddesktop_session_agent.cc147 SetScreenResolution)
275 SetScreenResolution(resolution);
522 void DesktopSessionAgent::SetScreenResolution( function in class:remoting::DesktopSessionAgent
527 screen_controls_->SetScreenResolution(resolution);
H A 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) { function in class:remoting::__anon10410::ConsoleSession
286 void RdpSession::SetScreenResolution(const ScreenResolution& resolution) { function in class:remoting::__anon10410::RdpSession
H A Dipc_desktop_environment.h98 virtual void SetScreenResolution(
H A Dipc_desktop_environment_unittest.cc62 MOCK_METHOD2(SetScreenResolution, void(int, const ScreenResolution&));
100 SetScreenResolution)
637 TEST_F(IpcDesktopEnvironmentTest, SetScreenResolution) {
650 EXPECT_CALL(daemon_channel_, SetScreenResolution(_, _))
656 screen_controls_->SetScreenResolution(ScreenResolution(
H A Ddesktop_session_agent.h136 void SetScreenResolution(const ScreenResolution& resolution);
H A Ddesktop_session_proxy.h131 void SetScreenResolution(const ScreenResolution& resolution);
H A Ddesktop_session_proxy.cc402 void DesktopSessionProxy::SetScreenResolution( function in class:remoting::DesktopSessionProxy
426 desktop_session_connector_->SetScreenResolution(this, screen_resolution_);
H A Dipc_desktop_environment.cc165 void IpcDesktopEnvironmentFactory::SetScreenResolution( function in class:remoting::IpcDesktopEnvironmentFactory
H A Dresizing_host_observer_unittest.cc118 resizing_host_observer_->SetScreenResolution(client_size);
H A Ddaemon_process_unittest.cc45 virtual void SetScreenResolution(
H A Dclient_session.cc133 screen_controls_->SetScreenResolution(client_resolution);

Completed in 164 milliseconds