Home
last modified time | relevance | path

Searched refs:child_area_bounds (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/layout/
H A Dbox_layout.cc547 gfx::Rect child_area_bounds; in GetPreferredSizeForChildWidth() local
592 child_area_bounds.Union(child_bounds); in GetPreferredSizeForChildWidth()
597 child_area_bounds.set_height( in GetPreferredSizeForChildWidth()
598 std::max(child_area_bounds.height(), minimum_cross_axis_size_)); in GetPreferredSizeForChildWidth()
617 child_area_bounds.set_width(child_area_width); in GetPreferredSizeForChildWidth()
618 child_area_bounds.set_height(height); in GetPreferredSizeForChildWidth()
622 return gfx::Size(child_area_bounds.width() + non_child_size.width(), in GetPreferredSizeForChildWidth()
623 child_area_bounds.height() + non_child_size.height()); in GetPreferredSizeForChildWidth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Dbox_layout.cc573 gfx::Rect child_area_bounds; in GetPreferredSizeForChildWidth() local
618 child_area_bounds.Union(child_bounds); in GetPreferredSizeForChildWidth()
623 child_area_bounds.set_height( in GetPreferredSizeForChildWidth()
624 std::max(child_area_bounds.height(), minimum_cross_axis_size_)); in GetPreferredSizeForChildWidth()
643 child_area_bounds.set_width(child_area_width); in GetPreferredSizeForChildWidth()
644 child_area_bounds.set_height(height); in GetPreferredSizeForChildWidth()
648 return gfx::Size(child_area_bounds.width() + non_child_size.width(), in GetPreferredSizeForChildWidth()
649 child_area_bounds.height() + non_child_size.height()); in GetPreferredSizeForChildWidth()