Searched refs:ScreenResolution (Results 1 - 25 of 35) sorted by last modified time

12

/external/chromium_org/remoting/host/
H A Dchromoting_messages.h72 remoting::ScreenResolution /* resolution */,
83 remoting::ScreenResolution /* resolution */)
199 remoting::ScreenResolution /* resolution */,
226 remoting::ScreenResolution /* resolution */)
H A Dchromoting_param_traits.cc158 void ParamTraits<remoting::ScreenResolution>::Write(
160 const remoting::ScreenResolution& p) {
166 bool ParamTraits<remoting::ScreenResolution>::Read(
169 remoting::ScreenResolution* r) {
180 *r = remoting::ScreenResolution(size, dpi);
185 void ParamTraits<remoting::ScreenResolution>::Log(
186 const remoting::ScreenResolution& p,
188 l->append(base::StringPrintf("webrtc::ScreenResolution(%d, %d, %d, %d)",
H A Dchromoting_param_traits.h50 struct ParamTraits<remoting::ScreenResolution> {
51 typedef remoting::ScreenResolution param_type;
H A Dclient_session.cc128 ScreenResolution client_resolution(
H A Ddaemon_process.cc35 std::ostream& operator<<(std::ostream& os, const ScreenResolution& resolution) {
184 const ScreenResolution& resolution,
215 const ScreenResolution& resolution) {
H A Ddaemon_process.h37 class ScreenResolution;
96 const ScreenResolution& resolution,
101 void SetScreenResolution(int terminal_id, const ScreenResolution& resolution);
132 const ScreenResolution& resolution,
H A Ddaemon_process_unittest.cc46 const ScreenResolution& resolution) OVERRIDE {}
62 const ScreenResolution& resolution,
101 const ScreenResolution& resolution,
232 ScreenResolution resolution;
253 ScreenResolution resolution;
277 ScreenResolution resolution;
329 ScreenResolution resolution;
H A Ddaemon_process_win.cc87 const ScreenResolution& resolution,
185 const ScreenResolution& resolution,
H A Ddesktop_process_unittest.cc291 "user@domain/rest-of-jid", ScreenResolution(), false));
H A Ddesktop_resizer.h23 virtual ScreenResolution GetCurrentResolution() = 0;
33 virtual std::list<ScreenResolution> GetSupportedResolutions(
34 const ScreenResolution& preferred) = 0;
40 virtual void SetResolution(const ScreenResolution& resolution) = 0;
46 virtual void RestoreResolution(const ScreenResolution& original) = 0;
H A Ddesktop_resizer_linux.cc130 virtual ScreenResolution GetCurrentResolution() OVERRIDE;
131 virtual std::list<ScreenResolution> GetSupportedResolutions(
132 const ScreenResolution& preferred) OVERRIDE;
133 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE;
134 virtual void RestoreResolution(const ScreenResolution& original) OVERRIDE;
172 ScreenResolution DesktopResizerLinux::GetCurrentResolution() {
176 return ScreenResolution();
194 ScreenResolution result(
202 std::list<ScreenResolution> DesktopResizerLinux::GetSupportedResolutions(
203 const ScreenResolution
[all...]
H A Ddesktop_resizer_mac.cc27 virtual ScreenResolution GetCurrentResolution() OVERRIDE;
28 virtual std::list<ScreenResolution> GetSupportedResolutions(
29 const ScreenResolution& preferred) OVERRIDE;
30 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE;
31 virtual void RestoreResolution(const ScreenResolution& original) OVERRIDE;
40 std::list<ScreenResolution>* resolutions);
47 ScreenResolution DesktopResizerMac::GetCurrentResolution() {
51 return ScreenResolution(
55 return ScreenResolution();
58 std::list<ScreenResolution> DesktopResizerMa
[all...]
H A Ddesktop_resizer_win.cc19 // Provide comparison operation for ScreenResolution so we can use it in
21 static inline bool operator <(const ScreenResolution& a,
22 const ScreenResolution& b) {
38 virtual ScreenResolution GetCurrentResolution() OVERRIDE;
39 virtual std::list<ScreenResolution> GetSupportedResolutions(
40 const ScreenResolution& preferred) OVERRIDE;
41 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE;
42 virtual void RestoreResolution(const ScreenResolution& original) OVERRIDE;
57 static ScreenResolution GetModeResolution(const DEVMODE& mode);
59 std::map<ScreenResolution, DEVMOD
[all...]
H A Ddesktop_session.h14 class ScreenResolution;
23 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
H A Ddesktop_session_agent.cc252 const ScreenResolution& resolution,
523 const ScreenResolution& resolution) {
H A Ddesktop_session_agent.h39 class ScreenResolution;
119 const ScreenResolution& resolution,
136 void SetScreenResolution(const ScreenResolution& resolution);
H A Ddesktop_session_connector.h15 class ScreenResolution;
30 const ScreenResolution& resolution,
41 const ScreenResolution& resolution) = 0;
H A Ddesktop_session_proxy.cc403 const ScreenResolution& resolution) {
H A Ddesktop_session_proxy.h131 void SetScreenResolution(const ScreenResolution& resolution);
222 ScreenResolution screen_resolution_;
H A Ddesktop_session_win.cc99 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
126 bool Initialize(const ScreenResolution& resolution);
134 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
193 void ConsoleSession::SetScreenResolution(const ScreenResolution& resolution) {
222 bool RdpSession::Initialize(const ScreenResolution& resolution) {
234 ScreenResolution local_resolution = resolution;
239 local_resolution = ScreenResolution(
286 void RdpSession::SetScreenResolution(const ScreenResolution& resolution) {
373 const ScreenResolution& resolution) {
387 const ScreenResolution
[all...]
H A Ddesktop_session_win.h27 class ScreenResolution;
46 const ScreenResolution& resolution);
54 const ScreenResolution& resolution);
H A Dfake_desktop_environment.cc38 const ScreenResolution& resolution) {
H A Dfake_desktop_environment.h36 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
H A Dipc_desktop_environment.cc131 const ScreenResolution& resolution,
167 const ScreenResolution& resolution) {
H A Dipc_desktop_environment.h32 class ScreenResolution;
94 const ScreenResolution& resolution,
100 const ScreenResolution& resolution) OVERRIDE;

Completed in 330 milliseconds

12