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 153 void IpcDesktopEnvironmentFactory::SetScreenResolution(
resizing_host_observer.cc 121 void ResizingHostObserver::SetScreenResolution(
124 // to SetScreenResolution to simplify the implementation of unit-tests.
141 base::Bind(&ResizingHostObserver::SetScreenResolution,
daemon_process.cc 103 SetScreenResolution)
210 void DaemonProcess::SetScreenResolution(int terminal_id,
243 (*i)->SetScreenResolution(resolution);
desktop_session_agent.cc 144 SetScreenResolution)
266 SetScreenResolution(resolution);
475 void DesktopSessionAgent::SetScreenResolution(
480 screen_controls_->SetScreenResolution(resolution);
desktop_session_proxy.cc 375 void DesktopSessionProxy::SetScreenResolution(
399 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 717 milliseconds