Searched refs:collapse_with_set (Results 1 – 2 of 2) sorted by relevance
538 .collapse_with_set(top_margin_set) in perform_final_layout_on_in_flow_children()539 .collapse_with_set(bottom_margin_set); in perform_final_layout_on_in_flow_children()541 … first_child_top_margin_set = first_child_top_margin_set.collapse_with_set(top_margin_set); in perform_final_layout_on_in_flow_children()549 .collapse_with_set(top_margin_set) in perform_final_layout_on_in_flow_children()550 .collapse_with_set(bottom_margin_set); in perform_final_layout_on_in_flow_children()
64 pub fn collapse_with_set(mut self, other: CollapsibleMarginSet) -> Self { in collapse_with_set() method