HomeSort by relevance Sort by last modified time
    Searched defs:SetScreenResolution (Results 1 - 8 of 8) 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 165 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 107 SetScreenResolution)
214 void DaemonProcess::SetScreenResolution(int terminal_id,
247 (*i)->SetScreenResolution(resolution);
fake_desktop_environment.cc 37 void FakeScreenControls::SetScreenResolution(
desktop_session_agent.cc 147 SetScreenResolution)
275 SetScreenResolution(resolution);
522 void DesktopSessionAgent::SetScreenResolution(
527 screen_controls_->SetScreenResolution(resolution);
desktop_session_proxy.cc 402 void DesktopSessionProxy::SetScreenResolution(
426 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 246 milliseconds