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

/external/chromium_org/remoting/host/
H A Dresizing_host_observer_unittest.cc32 ScreenResolution MakeResolution(int width, int height) { function in namespace:remoting
146 ScreenResolution initial = MakeResolution(640, 480);
160 ScreenResolution initial = MakeResolution(640, 480);
166 ScreenResolution client_sizes[] = { MakeResolution(200, 100),
167 MakeResolution(100, 200) };
179 new FakeDesktopResizer(MakeResolution(640, 480), true, NULL, 0,
183 ScreenResolution client_sizes[] = { MakeResolution(200, 100),
184 MakeResolution(100, 200),
185 MakeResolution(640, 480),
186 MakeResolution(48
[all...]

Completed in 978 milliseconds