Home | History | Annotate | Download | only in rendering

Lines Matching refs:alignItems

2056     return flexitem->style()->alignSelf() == ItemPositionStretch || (flexitem->style()->alignSelf() == ItemPositionAuto && parent->style()->alignItems() == ItemPositionStretch);