Home | History | Annotate | Download | only in rendering

Lines Matching refs:flexGrow

891         totalFlexGrow += child->style()->flexGrow();
905 totalFlexGrow -= child->style()->flexGrow();
933 extraSpace = availableFreeSpace * child->style()->flexGrow() / totalFlexGrow;