Searched defs:secondary_bounds (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/ui/window_sizer/ |
H A D | window_sizer_ash_unittest.cc | 633 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,
|
/external/chromium_org/ash/display/ |
H A D | mouse_cursor_event_filter.cc | 278 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 D | display_manager.cc | 1229 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()));
|
Completed in 224 milliseconds