Searched refs:monitor_area (Results 1 – 3 of 3) sorted by relevance
71 gfx::Rect monitor_area = ConvertCoordinateSystem([screen frame]);72 gfx::Rect intersection = monitor_area.Intersect(match_rect);
35 gfx::Rect monitor_area = ConvertCoordinateSystem([screen frame]);36 gfx::Rect intersection = gfx::IntersectRects(monitor_area, match_rect);
1253 gfx::Rect monitor_area = GetScreen()->GetDisplayNearestPoint( in UpdateInitialLocation() local1255 if (monitor_area.Contains(bounds)) in UpdateInitialLocation()1256 pending_state_.monitor_bounds = monitor_area; in UpdateInitialLocation()