Home | History | Annotate | Download | only in display

Lines Matching full:bounds

349     // Primary's bounds stay the same. Just notify bounds change
371 if (display.bounds().Contains(point_in_screen))
544 // without --ash-host-window-bounds on linux desktop, use the
724 // Using display.bounds() and display.work_area() would fail most of the
1054 // always (0,0) and the secondary display's bounds will be updated
1090 // registered. The bounds is empty in that case and will
1092 gfx::Rect bounds =
1093 GetDisplayForId(displays->at(secondary_index).id()).bounds();
1097 return bounds != displays->at(secondary_index).bounds();
1107 DCHECK_EQ("0,0", primary_display.bounds().origin().ToString());
1109 const gfx::Rect& primary_bounds = primary_display.bounds();
1110 const gfx::Rect& secondary_bounds = secondary_display->bounds();