Lines Matching refs:child_natural

618   gint child_minimum, child_natural;  in add_child_size()  local
624 gtk_widget_get_preferred_width (child, &child_minimum, &child_natural); in add_child_size()
626 gtk_widget_get_preferred_height (child, &child_minimum, &child_natural); in add_child_size()
631 *natural += child_natural; in add_child_size()
636 *natural = MAX (*natural, child_natural); in add_child_size()
729 gint child_natural; in gtk_header_bar_compute_size_for_orientation() local
741 avail_size, &child_size, &child_natural); in gtk_header_bar_compute_size_for_orientation()
744 required_natural += child_natural; in gtk_header_bar_compute_size_for_orientation()
753 &child_size, &child_natural); in gtk_header_bar_compute_size_for_orientation()
755 required_natural += child_natural; in gtk_header_bar_compute_size_for_orientation()
762 &child_size, &child_natural); in gtk_header_bar_compute_size_for_orientation()
764 required_natural += child_natural; in gtk_header_bar_compute_size_for_orientation()
770 &child_size, &child_natural); in gtk_header_bar_compute_size_for_orientation()
772 required_natural += child_natural; in gtk_header_bar_compute_size_for_orientation()
779 &child_size, &child_natural); in gtk_header_bar_compute_size_for_orientation()
781 required_natural += child_natural; in gtk_header_bar_compute_size_for_orientation()
814 gint child_natural; in gtk_header_bar_compute_size_for_opposing_orientation() local
868 child_size, &child_minimum, &child_natural); in gtk_header_bar_compute_size_for_opposing_orientation()
871 computed_natural = MAX (computed_natural, child_natural); in gtk_header_bar_compute_size_for_opposing_orientation()
893 &child_minimum, &child_natural); in gtk_header_bar_compute_size_for_opposing_orientation()
895 computed_natural = MAX (computed_natural, child_natural); in gtk_header_bar_compute_size_for_opposing_orientation()
901 &child_minimum, &child_natural); in gtk_header_bar_compute_size_for_opposing_orientation()
903 computed_natural = MAX (computed_natural, child_natural); in gtk_header_bar_compute_size_for_opposing_orientation()