Searched defs:ScreenResolution (Results 1 - 2 of 2) sorted by path

/external/chromium_org/remoting/host/
H A Dscreen_resolution.cc14 ScreenResolution::ScreenResolution() function in class:remoting::ScreenResolution
19 ScreenResolution::ScreenResolution(const webrtc::DesktopSize& dimensions, function in class:remoting::ScreenResolution
29 webrtc::DesktopSize ScreenResolution::ScaleDimensionsToDpi(
42 bool ScreenResolution::IsEmpty() const {
46 bool ScreenResolution::Equals(const ScreenResolution& other) const {
H A Dscreen_resolution.h15 class ScreenResolution { class in namespace:remoting
17 ScreenResolution();
18 ScreenResolution(const webrtc::DesktopSize& dimensions,
36 bool Equals(const ScreenResolution& other) const;

Completed in 304 milliseconds