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

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc278 const gfx::Rect secondary_bounds = ScreenUtil::GetSecondaryDisplay().bounds(); local
283 std::max(primary_bounds.x(), secondary_bounds.x()));
285 std::min(primary_bounds.right(), secondary_bounds.right()) -
317 const gfx::Rect secondary_bounds = ScreenUtil::GetSecondaryDisplay().bounds(); local
321 int upper_shared_y = std::max(primary_bounds.y(), secondary_bounds.y());
323 secondary_bounds.bottom());
340 in_primary ? primary_bounds : secondary_bounds;
H A Ddisplay_manager.cc1229 const gfx::Rect& secondary_bounds = secondary_display->bounds(); local
1241 offset, -secondary_bounds.width() + kMinimumOverlapForInvalidOffset);
1246 offset, -secondary_bounds.height() + kMinimumOverlapForInvalidOffset);
1250 new_secondary_origin.Offset(offset, -secondary_bounds.height());
1259 new_secondary_origin.Offset(-secondary_bounds.width(), offset);
1264 gfx::Rect(new_secondary_origin, secondary_bounds.size()));
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_unittest.cc633 gfx::Rect secondary_bounds = ash::ScreenUtil::GetSecondaryDisplay().bounds(); local
669 GetWindowBounds(p1600x1200, p1600x1200, secondary_bounds,
670 gfx::Rect(), secondary_bounds,
685 gfx::Rect(secondary_bounds.CenterPoint().x() - 100, 10, 200, 200),
691 GetWindowBounds(p1600x1200, p1600x1200, secondary_bounds,
692 gfx::Rect(), secondary_bounds,
698 EXPECT_TRUE(secondary_bounds.Contains(window_bounds));
709 GetWindowBounds(p1600x1200, p1600x1200, secondary_bounds,
710 gfx::Rect(), secondary_bounds,

Completed in 53 milliseconds