HomeSort by relevance Sort by last modified time
    Searched defs:SetScreenResolution (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/remoting/host/
ipc_screen_controls.cc 20 void IpcScreenControls::SetScreenResolution(
22 desktop_session_proxy_->SetScreenResolution(resolution);
ipc_desktop_environment.cc 159 void IpcDesktopEnvironmentFactory::SetScreenResolution(
resizing_host_observer.cc 129 void ResizingHostObserver::SetScreenResolution(
132 // to SetScreenResolution to simplify the implementation of unit-tests.
149 base::Bind(&ResizingHostObserver::SetScreenResolution,
daemon_process.cc 108 SetScreenResolution)
215 void DaemonProcess::SetScreenResolution(int terminal_id,
248 (*i)->SetScreenResolution(resolution);
desktop_session_agent.cc 146 SetScreenResolution)
267 SetScreenResolution(resolution);
503 void DesktopSessionAgent::SetScreenResolution(
508 screen_controls_->SetScreenResolution(resolution);
desktop_session_proxy.cc 387 void DesktopSessionProxy::SetScreenResolution(
411 desktop_session_connector_->SetScreenResolution(this, screen_resolution_);
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) {
286 void RdpSession::SetScreenResolution(const ScreenResolution& resolution) {

Completed in 63 milliseconds