HomeSort by relevance Sort by last modified time
    Searched refs:primary_bounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 362 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.bottom()
    [all...]
display_manager.cc 1109 const gfx::Rect& primary_bounds = primary_display.bounds(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 126 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
131 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 633 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));
    [all...]

Completed in 461 milliseconds