Home | History | Annotate | Download | only in wm

Lines Matching refs:bounds_in_screen

350   std::vector<gfx::Rect> bounds_in_screen(
352 DCHECK(!bounds_in_screen.empty());
353 int bottommost_in_screen = bounds_in_screen[0].bottom();
354 for (size_t i = 1; i < bounds_in_screen.size(); ++i) {
355 if (bounds_in_screen[i].bottom() > bottommost_in_screen)
356 bottommost_in_screen = bounds_in_screen[i].bottom();