Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowClip

98         !block->isFloating() && !block->isTableCell() && !block->hasOverflowClip() && !block->isInlineBlockOrInlineTable();
645 if (block->hasOverflowClip()) {
654 if (hasOverflowClip()) {
829 if (hasOverflowClip()) {
875 return isInlineBlockOrInlineTable() || isFloatingOrPositioned() || hasOverflowClip() || (parent() && parent()->isFlexibleBox()) || hasColumns() || isTableCell() || isFieldset();
1567 if (hasOverflowClip() && style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && shouldPaintWithinRoot(paintInfo))
1748 if (hasOverflowClip())
1947 if (isBody() || isRoot() || hasOverflowClip() || isRelPositioned() ||
1975 if (hasOverflowClip())
2667 if (!m_floatingObjects || hasOverflowClip() || hasColumns())
2686 if (!includeOverflowInterior && (hasOverflowClip() || hasControlClip()))
2709 if (!includeOverflowInterior && hasOverflowClip())
2780 if (!includeOverflowInterior && (hasOverflowClip() || hasControlClip()))
2802 if (!includeOverflowInterior && hasOverflowClip())
2877 if (!includeOverflowInterior && (hasOverflowClip() || hasControlClip()))
2899 if (!includeOverflowInterior && hasOverflowClip())
3094 if (child->hasOverflowClip() || !child->containsFloats() || child->isRoot())
3316 bool useOverflowClip = hasOverflowClip() && !hasSelfPaintingLayer();
3323 if (hasOverflowClip())
3599 if (hasOverflowClip())
3959 if (hasOverflowClip() && style()->overflowY() == OSCROLL)
4714 if (isTableCell() || isFloatingOrPositioned() || hasOverflowClip())
4825 if (obj->isBlockFlow() && !obj->hasOverflowClip())
5091 if (!hasOverflowClip() && !hasControlClip()) {