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

/external/chromium_org/remoting/host/
H A Ddesktop_resizer_win.cc59 std::map<ScreenResolution, DEVMODE> best_mode_for_resolution_; member in class:remoting::DesktopResizerWin
85 // in |best_mode_for_resolution_|.
92 best_mode_for_resolution_.clear();
111 if (best_mode_for_resolution_.count(candidate_resolution) != 0) {
112 DEVMODE best_mode = best_mode_for_resolution_[candidate_resolution];
132 best_mode_for_resolution_[candidate_resolution] = candidate_mode;
139 if (best_mode_for_resolution_.count(resolution) == 0)
142 DEVMODE new_mode = best_mode_for_resolution_[resolution];

Completed in 656 milliseconds