Searched refs:actual_new_bounds (Results 1 – 3 of 3) sorted by relevance
373 gfx::Rect actual_new_bounds(bounds); in SetBoundsDirect() local382 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()
713 gfx::Rect actual_new_bounds(requested_bounds); in SetChildBounds() local716 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()
891 gfx::Rect actual_new_bounds(new_bounds); in SetBoundsInternal() local907 actual_new_bounds.Offset(offset); in SetBoundsInternal()909 layer()->SetBounds(actual_new_bounds); in SetBoundsInternal()