Searched defs:SetScreenResolution (Results 1 - 7 of 7) 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 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 Ddaemon_process.cc108 SetScreenResolution)
215 void DaemonProcess::SetScreenResolution(int terminal_id, function in class:remoting::DaemonProcess
248 (*i)->SetScreenResolution(resolution);
H A Dipc_desktop_environment.cc159 void IpcDesktopEnvironmentFactory::SetScreenResolution( function in class:remoting::IpcDesktopEnvironmentFactory
H A Ddesktop_session_agent.cc146 SetScreenResolution)
267 SetScreenResolution(resolution);
503 void DesktopSessionAgent::SetScreenResolution( function in class:remoting::DesktopSessionAgent
508 screen_controls_->SetScreenResolution(resolution);
H A Ddesktop_session_proxy.cc387 void DesktopSessionProxy::SetScreenResolution( function in class:remoting::DesktopSessionProxy
411 desktop_session_connector_->SetScreenResolution(this, screen_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::__anon9782::ConsoleSession
286 void RdpSession::SetScreenResolution(const ScreenResolution& resolution) { function in class:remoting::__anon9782::RdpSession

Completed in 84 milliseconds