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.cc366 gfx::Rect actual_new_bounds(bounds); in SetBoundsDirect() local
375 actual_new_bounds.set_width( in SetBoundsDirect()
376 std::max(min_size.width(), actual_new_bounds.width())); in SetBoundsDirect()
377 actual_new_bounds.set_height( in SetBoundsDirect()
378 std::max(min_size.height(), actual_new_bounds.height())); in SetBoundsDirect()
380 BoundsSetter().SetBounds(window_, actual_new_bounds); in SetBoundsDirect()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc711 gfx::Rect actual_new_bounds(requested_bounds); in SetChildBounds() local
714 actual_new_bounds.set_width( in SetChildBounds()
715 std::max(min_size.width(), actual_new_bounds.width())); in SetChildBounds()
716 actual_new_bounds.set_height( in SetChildBounds()
717 std::max(min_size.height(), actual_new_bounds.height())); in SetChildBounds()
720 SetChildBoundsDirect(child, actual_new_bounds); in SetChildBounds()
/external/chromium_org/ui/aura/
Dwindow.cc880 gfx::Rect actual_new_bounds(new_bounds); in SetBoundsInternal() local
896 actual_new_bounds.Offset(offset); in SetBoundsInternal()
898 layer()->SetBounds(actual_new_bounds); in SetBoundsInternal()