Home
last modified time | relevance | path

Searched refs:actual_new_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_state.cc373 gfx::Rect actual_new_bounds(bounds); in SetBoundsDirect() local
382 actual_new_bounds.set_width( in SetBoundsDirect()
383 std::max(min_size.width(), actual_new_bounds.width())); in SetBoundsDirect()
384 actual_new_bounds.set_height( in SetBoundsDirect()
385 std::max(min_size.height(), actual_new_bounds.height())); in SetBoundsDirect()
387 BoundsSetter().SetBounds(window_, actual_new_bounds); in SetBoundsDirect()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc713 gfx::Rect actual_new_bounds(requested_bounds); in SetChildBounds() local
716 actual_new_bounds.set_width( in SetChildBounds()
717 std::max(min_size.width(), actual_new_bounds.width())); in SetChildBounds()
718 actual_new_bounds.set_height( in SetChildBounds()
719 std::max(min_size.height(), actual_new_bounds.height())); in SetChildBounds()
721 SnapToPixelLayoutManager::SetChildBounds(child, actual_new_bounds); in SetChildBounds()
/external/chromium_org/ui/aura/
Dwindow.cc891 gfx::Rect actual_new_bounds(new_bounds); in SetBoundsInternal() local
907 actual_new_bounds.Offset(offset); in SetBoundsInternal()
909 layer()->SetBounds(actual_new_bounds); in SetBoundsInternal()