SetScreenResolution  125 remoting/host/client_session.cc   screen_controls_->SetScreenResolution(client_resolution);
SetScreenResolution  108 remoting/host/daemon_process.cc                         SetScreenResolution)
SetScreenResolution  248 remoting/host/daemon_process.cc   (*i)->SetScreenResolution(resolution);
SetScreenResolution  101 remoting/host/daemon_process.h   void SetScreenResolution(int terminal_id, const ScreenResolution& resolution);
SetScreenResolution   23 remoting/host/desktop_session.h   virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
SetScreenResolution  147 remoting/host/desktop_session_agent.cc                           SetScreenResolution)
SetScreenResolution  270 remoting/host/desktop_session_agent.cc   SetScreenResolution(resolution);
SetScreenResolution  504 remoting/host/desktop_session_agent.cc     screen_controls_->SetScreenResolution(resolution);
SetScreenResolution  132 remoting/host/desktop_session_agent.h   void SetScreenResolution(const ScreenResolution& resolution);
SetScreenResolution   39 remoting/host/desktop_session_connector.h   virtual void SetScreenResolution(
SetScreenResolution  413 remoting/host/desktop_session_proxy.cc     desktop_session_connector_->SetScreenResolution(this, screen_resolution_);
SetScreenResolution  120 remoting/host/desktop_session_proxy.h   void SetScreenResolution(const ScreenResolution& resolution);
SetScreenResolution   99 remoting/host/desktop_session_win.cc   virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
SetScreenResolution  134 remoting/host/desktop_session_win.cc   virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
SetScreenResolution   96 remoting/host/ipc_desktop_environment.h   virtual void SetScreenResolution(
SetScreenResolution   61 remoting/host/ipc_desktop_environment_unittest.cc   MOCK_METHOD2(SetScreenResolution, void(int, const ScreenResolution&));
SetScreenResolution   99 remoting/host/ipc_desktop_environment_unittest.cc                         SetScreenResolution)
SetScreenResolution  623 remoting/host/ipc_desktop_environment_unittest.cc TEST_F(IpcDesktopEnvironmentTest, SetScreenResolution) {
SetScreenResolution  636 remoting/host/ipc_desktop_environment_unittest.cc   EXPECT_CALL(daemon_channel_, SetScreenResolution(_, _))
SetScreenResolution  642 remoting/host/ipc_desktop_environment_unittest.cc   screen_controls_->SetScreenResolution(ScreenResolution(
SetScreenResolution   22 remoting/host/ipc_screen_controls.cc   desktop_session_proxy_->SetScreenResolution(resolution);
SetScreenResolution   24 remoting/host/ipc_screen_controls.h   virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
SetScreenResolution  149 remoting/host/resizing_host_observer.cc         base::Bind(&ResizingHostObserver::SetScreenResolution,
SetScreenResolution   34 remoting/host/resizing_host_observer.h   virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
SetScreenResolution  118 remoting/host/resizing_host_observer_unittest.cc     resizing_host_observer_->SetScreenResolution(client_size);
SetScreenResolution   20 remoting/host/screen_controls.h   virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;