Searched refs:primary_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc362 const gfx::Rect primary_bounds = local
369 std::max(primary_bounds.x(), secondary_bounds.x()));
371 std::min(primary_bounds.right(), secondary_bounds.right()) -
376 primary_bounds.y() - (from_primary ? 0 : kIndicatorThickness) :
377 primary_bounds.bottom() - (from_primary ? kIndicatorThickness : 0));
383 primary_bounds.y() - (from_primary ? kIndicatorThickness : 0) :
384 primary_bounds.bottom() - (from_primary ? 0 : kIndicatorThickness));
401 const gfx::Rect primary_bounds = local
407 int upper_shared_y = std::max(primary_bounds.y(), secondary_bounds.y());
408 int lower_shared_y = std::min(primary_bounds
[all...]
H A Ddisplay_manager.cc1109 const gfx::Rect& primary_bounds = primary_display.bounds(); local
1111 gfx::Point new_secondary_origin = primary_bounds.origin();
1120 offset, primary_bounds.width() - kMinimumOverlapForInvalidOffset);
1125 offset, primary_bounds.height() - kMinimumOverlapForInvalidOffset);
1134 new_secondary_origin.Offset(primary_bounds.width(), offset);
1137 new_secondary_origin.Offset(offset, primary_bounds.height());
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm126 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
131 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_unittest.cc633 gfx::Rect primary_bounds = ash::Shell::GetInstance()->GetScreen()-> local
678 EXPECT_TRUE(primary_bounds.Contains(window_bounds));
718 EXPECT_TRUE(primary_bounds.Contains(window_bounds));

Completed in 130 milliseconds