Home | History | Annotate | Download | only in rendering

Lines Matching refs:isReplaced

589             if (o->isReplaced() || o->isFloating() || o->isPositioned()) {
1456 currWS = o->isReplaced() ? o->parent()->style()->whiteSpace() : o->style()->whiteSpace();
1457 lastWS = last->isReplaced
1573 } else if (o->isReplaced()) {
1926 if (last->isReplaced() && autoWrap && (!last->isImage() || allowImagesToBreak) && (!last->isListMarker() || toRenderListMarker(last)->isInside())) {