Home | History | Annotate | Download | only in rendering

Lines Matching refs:isReplaced

217             while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) && !cb->isRenderView()) {
218 if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) {
3000 // Inline blocks are covered by the isReplaced() check in the avoidFloats method.
3565 if (isReplaced()) {
3995 (!current->isFloating() && !current->isReplaced() && !current->isPositioned())))
4020 if (!result->isPositioned() && (result->isText() || result->isFloating() || result->isReplaced() || result->isRenderInline()))
4094 autoWrap = child->isReplaced() ? child->parent()->style()->autoWrap() :
4455 if (isReplaced() && !isRootLineBox)
4476 if (isReplaced() && !isRootLineBox) {
4570 if (firstLineBlock->isReplaced() || firstLineBlock->isFloating() ||
4603 if (firstLetterBlock->isReplaced() || !parentBlock || parentBlock->firstChild() != firstLetterBlock ||
4614 while (currChild && currChild->needsLayout() && (!currChild->isReplaced() || currChild->isFloatingOrPositioned()) && !currChild->isText()) {