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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 157 const gfx::Rect primary_bounds = local
164 std::max(primary_bounds.x(), secondary_bounds.x()));
166 std::min(primary_bounds.right(), secondary_bounds.right()) -
171 primary_bounds.y() - (from_primary ? 0 : kIndicatorThickness) :
172 primary_bounds.bottom() - (from_primary ? kIndicatorThickness : 0));
178 primary_bounds.y() - (from_primary ? kIndicatorThickness : 0) :
179 primary_bounds.bottom() - (from_primary ? 0 : kIndicatorThickness));
186 const gfx::Rect primary_bounds = local
192 int upper_shared_y = std::max(primary_bounds.y(), secondary_bounds.y());
193 int lower_shared_y = std::min(primary_bounds.bottom()
    [all...]
display_manager.cc 872 const gfx::Rect& primary_bounds = primary_display.bounds(); local
874 gfx::Point new_secondary_origin = primary_bounds.origin();
883 offset, primary_bounds.width() - kMinimumOverlapForInvalidOffset);
888 offset, primary_bounds.height() - kMinimumOverlapForInvalidOffset);
897 new_secondary_origin.Offset(primary_bounds.width(), offset);
900 new_secondary_origin.Offset(offset, primary_bounds.height());

Completed in 40 milliseconds