Home | History | Annotate | Download | only in rendering

Lines Matching refs:isReplaced

1622     if (!isInline() || isReplaced()) {
1705 } else if (isReplaced()) {
2226 if (isTableCell() || (isInline() && !isReplaced()))
2336 if (isReplaced())
2822 if (isReplaced()) {
3154 if (isReplaced()) {
3723 if (fontHeight > rect.height() || (!isReplaced() && !isTable()))
3842 // Checkboxes and radioboxes are not isReplaced() nor do they have their own renderer in which to override avoidFloats().
3848 return isReplaced() || isReplacedElement(node()) || hasOverflowClip() || isHR() || isLegend() || isWritingModeRoot() || isFlexItemIncludingDeprecated();
4200 return isReplaced() || hasUnsplittableScrollingOverflow() || (parent() && isWritingModeRoot());
4205 if (isReplaced())
4213 if (isReplaced()) {