Searched refs:secondary_bounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc364 const gfx::Rect secondary_bounds = ScreenUtil::GetSecondaryDisplay().bounds(); local
369 std::max(primary_bounds.x(), secondary_bounds.x()));
371 std::min(primary_bounds.right(), secondary_bounds.right()) -
403 const gfx::Rect secondary_bounds = ScreenUtil::GetSecondaryDisplay().bounds(); local
407 int upper_shared_y = std::max(primary_bounds.y(), secondary_bounds.y());
409 secondary_bounds.bottom());
426 in_primary ? primary_bounds : secondary_bounds;
H A Ddisplay_manager.cc1110 const gfx::Rect& secondary_bounds = secondary_display->bounds(); local
1122 offset, -secondary_bounds.width() + kMinimumOverlapForInvalidOffset);
1127 offset, -secondary_bounds.height() + kMinimumOverlapForInvalidOffset);
1131 new_secondary_origin.Offset(offset, -secondary_bounds.height());
1140 new_secondary_origin.Offset(-secondary_bounds.width(), offset);
1145 gfx::Rect(new_secondary_origin, secondary_bounds.size()));
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_unittest.cc635 gfx::Rect secondary_bounds = ash::ScreenUtil::GetSecondaryDisplay().bounds(); local
671 GetWindowBounds(p1600x1200, p1600x1200, secondary_bounds,
672 gfx::Rect(), secondary_bounds,
687 gfx::Rect(secondary_bounds.CenterPoint().x() - 100, 10, 200, 200),
693 GetWindowBounds(p1600x1200, p1600x1200, secondary_bounds,
694 gfx::Rect(), secondary_bounds,
700 EXPECT_TRUE(secondary_bounds.Contains(window_bounds));
711 GetWindowBounds(p1600x1200, p1600x1200, secondary_bounds,
712 gfx::Rect(), secondary_bounds,

Completed in 57 milliseconds