Home | History | Annotate | Download | only in rendering

Lines Matching refs:isDeprecatedFlexibleBox

544     bool isDeprecatedFlexItem() const { return !isInline() && !isFloatingOrOutOfFlowPositioned() && parent() && parent()->isDeprecatedFlexibleBox(); }