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

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc276 const gfx::Rect primary_bounds = local
283 std::max(primary_bounds.x(), secondary_bounds.x()));
285 std::min(primary_bounds.right(), secondary_bounds.right()) -
290 primary_bounds.y() - (from_primary ? 0 : kIndicatorThickness) :
291 primary_bounds.bottom() - (from_primary ? kIndicatorThickness : 0));
297 primary_bounds.y() - (from_primary ? kIndicatorThickness : 0) :
298 primary_bounds.bottom() - (from_primary ? 0 : kIndicatorThickness));
315 const gfx::Rect primary_bounds = local
321 int upper_shared_y = std::max(primary_bounds.y(), secondary_bounds.y());
322 int lower_shared_y = std::min(primary_bounds
[all...]
H A Ddisplay_manager.cc1228 const gfx::Rect& primary_bounds = primary_display.bounds(); local
1230 gfx::Point new_secondary_origin = primary_bounds.origin();
1239 offset, primary_bounds.width() - kMinimumOverlapForInvalidOffset);
1244 offset, primary_bounds.height() - kMinimumOverlapForInvalidOffset);
1253 new_secondary_origin.Offset(primary_bounds.width(), offset);
1256 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.cc631 gfx::Rect primary_bounds = ash::Shell::GetInstance()->GetScreen()-> local
676 EXPECT_TRUE(primary_bounds.Contains(window_bounds));
716 EXPECT_TRUE(primary_bounds.Contains(window_bounds));

Completed in 146 milliseconds