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

/external/chromium_org/remoting/host/
H A Ddesktop_resizer.h23 virtual ScreenResolution GetCurrentResolution() = 0;
43 // original resolution of the desktop, as returned by |GetCurrentResolution|,
H A Dresizing_host_observer_unittest.cc55 EXPECT_EQ(initial_resolution_, GetCurrentResolution());
61 virtual ScreenResolution GetCurrentResolution() OVERRIDE {
119 return desktop_resizer_->GetCurrentResolution();
308 EXPECT_EQ(desktop_resizer_->GetCurrentResolution(), MakeResolution(300, 300));
H A Ddesktop_resizer_mac.cc27 virtual ScreenResolution GetCurrentResolution() OVERRIDE;
47 ScreenResolution DesktopResizerMac::GetCurrentResolution() { function in class:remoting::DesktopResizerMac
H A Ddesktop_resizer_win.cc38 virtual ScreenResolution GetCurrentResolution() OVERRIDE;
70 ScreenResolution DesktopResizerWin::GetCurrentResolution() { function in class:remoting::DesktopResizerWin
H A Ddesktop_resizer_linux.cc130 virtual ScreenResolution GetCurrentResolution() OVERRIDE;
172 ScreenResolution DesktopResizerLinux::GetCurrentResolution() { function in class:remoting::DesktopResizerLinux
H A Dresizing_host_observer.cc169 desktop_resizer_->GetCurrentResolution();

Completed in 1826 milliseconds