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

/external/chromium_org/remoting/host/
H A Ddesktop_resizer_win.cc110 ScreenResolution candidate_resolution = GetModeResolution(candidate_mode); local
111 if (best_mode_for_resolution_.count(candidate_resolution) != 0) {
112 DEVMODE best_mode = best_mode_for_resolution_[candidate_resolution];
129 resolutions.push_back(candidate_resolution);
132 best_mode_for_resolution_[candidate_resolution] = candidate_mode;

Completed in 443 milliseconds