Searched refs:homogeneous_child_width (Results 1 – 2 of 2) sorted by relevance
26 int homogeneous_child_width; member58 if (child_allocation.width > data->homogeneous_child_width) { in ChildSizeAllocate()60 (child_allocation.width - data->homogeneous_child_width) / 2; in ChildSizeAllocate()61 child_allocation.width = data->homogeneous_child_width; in ChildSizeAllocate()215 data.homogeneous_child_width = in gtk_chrome_shrinkable_hbox_size_allocate()
86 int homogeneous_child_width = in Validate() local98 ASSERT_LE(children_data[i].width, homogeneous_child_width); in Validate()