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

/external/chromium_org/remoting/host/
H A Ddesktop_resizer_win.cc94 DEVMODE candidate_mode; local
95 if (!GetPrimaryDisplayMode(i, EDS_ROTATEDMODE, &candidate_mode))
99 if (!IsModeValid(candidate_mode))
103 if (candidate_mode.dmBitsPerPel != current_mode.dmBitsPerPel)
110 ScreenResolution candidate_resolution = GetModeResolution(candidate_mode);
114 if ((candidate_mode.dmDisplayOrientation !=
121 if ((candidate_mode.dmDisplayFrequency !=
124 candidate_mode.dmDisplayFrequency)) {
132 best_mode_for_resolution_[candidate_resolution] = candidate_mode;

Completed in 28 milliseconds