Home | History | Annotate | Download | only in rendering

Lines Matching refs:isReplaced

799             if (o->isReplaced() || o->isFloating() || o->isPositioned()) {
1856 currWS = o->isReplaced() ? o->parent()->style()->whiteSpace() : o->style()->whiteSpace();
1857 lastWS = last->isReplaced() ? last->parent()->style()->whiteSpace() : last->style()->whiteSpace();
1962 } else if (o->isReplaced()) {
2314 if (last->isReplaced() && autoWrap && (!last->isImage() || allowImagesToBreak) && (!last->isListMarker() || toRenderListMarker(last)->isInside())) {