Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowClip

128         m_shouldDispatchEvent = !m_block->isAnonymous() && m_block->hasOverflowClip() && m_block->document()->hasListenerType(Document::OVERFLOWCHANGED_LISTENER);
170 && !block->isFloating() && !block->isTableCell() && !block->hasOverflowClip() && !block->isInlineBlockOrInlineTable()
538 if (!curr->isRenderBlock() || curr->isFloatingOrOutOfFlowPositioned() || curr->isTableCell() || curr->isRoot() || curr->isRenderView() || curr->hasOverflowClip()
1378 if (block->hasOverflowClip()) {
1387 if (hasOverflowClip()) {
1670 // it had to lay out. We wouldn't need the hasOverflowClip() hack in that case either.
1673 if (hasOverflowClip()) {
1675 // Note the old code did this as well but even for overflow:visible. The addition of hasOverflowClip() at least tightens up the hack a bit.
1692 if (hasOverflowClip()) {
1741 if (hasOverflowClip()) {
1829 return isInlineBlockOrInlineTable() || isFloatingOrOutOfFlowPositioned() || hasOverflowClip() || (parent() && parent()->isFlexibleBoxIncludingDeprecated())
2916 if (hasOverflowClip() && !hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret())
2927 if (hasOverflowClip() && style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(this) && !paintInfo.paintRootBackgroundOnly())
3162 if (hasOverflowClip())
3359 if (isBody() || isRoot() || hasOverflowClip()
3386 if (hasOverflowClip())
3412 if (layer->renderer()->hasOverflowClip())
4647 if (child->hasOverflowClip() || !child->containsFloats() || child->isRoot() || child->hasColumns() || child->isWritingModeRoot())
4945 bool useOverflowClip = hasOverflowClip() && !hasSelfPaintingLayer();
4951 if (hasOverflowClip())
5344 if (hasOverflowClip())
6885 if (obj->isBlockFlow() && !obj->hasOverflowClip())
7235 if (!hasOverflowClip() && !hasControlClip()) {