Home | History | Annotate | Download | only in display

Lines Matching full:resolutions

58 // for the full list of resolutions.
432 const std::vector<Resolution>& resolutions = display_info.resolutions();
433 DCHECK_NE(0u, resolutions.size());
435 std::find_if(resolutions.begin(),
436 resolutions.end(),
438 if (iter == resolutions.end()) {
442 } else if (iter == resolutions.begin()) {