Home | History | Annotate | Download | only in display

Lines Matching refs:modes

455   const std::vector<DisplayMode>& modes = display_info.display_modes();
456 DCHECK_NE(0u, modes.size());
458 std::find_if(modes.begin(), modes.end(), DisplayModeMatcher(resolution));
459 if (iter == modes.end()) {