Searched refs:kDefaultDPI (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
H A Ddesktop_resizer_mac.cc17 const int kDefaultDPI = 96; member in namespace:__anon10407
53 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
145 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
H A Ddesktop_resizer_linux.cc60 const int kDefaultDPI = 96; member in namespace:__anon10406
198 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
219 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
261 kDefaultDPI);
263 kDefaultDPI);
H A Ddesktop_resizer_win.cc14 const int kDefaultDPI = 96; member in namespace:__anon10408
184 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
H A Dresizing_host_observer_unittest.cc30 const int kDefaultDPI = 96; member in namespace:remoting
34 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
H A Dclient_session.cc34 const int kDefaultDPI = 96; variable
130 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc78 const int kDefaultDPI = 96; member in namespace:remoting::__anon10370
887 int x_dpi = kDefaultDPI;
888 int y_dpi = kDefaultDPI;
910 client_resolution.set_dips_width((width * kDefaultDPI) / x_dpi);
911 client_resolution.set_dips_height((height * kDefaultDPI) / y_dpi);

Completed in 6323 milliseconds