Searched refs:actual_new_bounds (Results 1 – 3 of 3) sorted by relevance
366 gfx::Rect actual_new_bounds(bounds); in SetBoundsDirect() local375 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()
711 gfx::Rect actual_new_bounds(requested_bounds); in SetChildBounds() local714 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()
880 gfx::Rect actual_new_bounds(new_bounds); in SetBoundsInternal() local896 actual_new_bounds.Offset(offset); in SetBoundsInternal()898 layer()->SetBounds(actual_new_bounds); in SetBoundsInternal()