Home | History | Annotate | Download | only in rendering

Lines Matching refs:isFloatingOrOutOfFlowPositioned

895     bool isFloatingOrOutOfFlowPositioned() const { return (isFloating() || isOutOfFlowPositioned()); }