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

/external/chromium_org/remoting/host/
H A Dresizing_host_observer_unittest.cc43 int* restore_resolution_call_count)
48 restore_resolution_call_count_(restore_resolution_call_count) {
145 int restore_resolution_call_count = 0; local
149 &restore_resolution_call_count));
153 EXPECT_EQ(0, restore_resolution_call_count);
159 int restore_resolution_call_count = 0; local
163 &restore_resolution_call_count));
172 EXPECT_EQ(0, restore_resolution_call_count);
177 int restore_resolution_call_count = 0; local
180 &restore_resolution_call_count));
39 FakeDesktopResizer(const ScreenResolution& initial_resolution, bool exact_size_supported, const ScreenResolution* supported_resolutions, int num_supported_resolutions, int* restore_resolution_call_count) argument
[all...]

Completed in 360 milliseconds