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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 159 const gfx::Rect secondary_bounds = ScreenAsh::GetSecondaryDisplay().bounds(); local
164 std::max(primary_bounds.x(), secondary_bounds.x()));
166 std::min(primary_bounds.right(), secondary_bounds.right()) -
188 const gfx::Rect secondary_bounds = ScreenAsh::GetSecondaryDisplay().bounds(); local
192 int upper_shared_y = std::max(primary_bounds.y(), secondary_bounds.y());
194 secondary_bounds.bottom());
211 in_primary ? primary_bounds : secondary_bounds;
display_manager.cc 873 const gfx::Rect& secondary_bounds = secondary_display->bounds(); local
885 offset, -secondary_bounds.width() + kMinimumOverlapForInvalidOffset);
890 offset, -secondary_bounds.height() + kMinimumOverlapForInvalidOffset);
894 new_secondary_origin.Offset(offset, -secondary_bounds.height());
903 new_secondary_origin.Offset(-secondary_bounds.width(), offset);
908 gfx::Rect(new_secondary_origin, secondary_bounds.size()));

Completed in 914 milliseconds