Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowClip

116         m_shouldDispatchEvent = !m_block->isAnonymous() && m_block->hasOverflowClip() && m_block->document().hasListenerType(Document::OVERFLOWCHANGED_LISTENER);
560 if (!curr->isRenderBlock() || curr->isFloatingOrOutOfFlowPositioned() || curr->isTableCell() || curr->isDocumentElement() || curr->isRenderView() || curr->hasOverflowClip()
1332 if (block->hasOverflowClip()) {
1341 if (hasOverflowClip()) {
1466 if (hasOverflowClip()) {
1523 return isInlineBlockOrInlineTable() || isFloatingOrOutOfFlowPositioned() || hasOverflowClip() || isFlexItemIncludingDeprecated()
1825 if (isBody() || isDocumentElement() || hasOverflowClip()
1852 if (hasOverflowClip())
2375 LayoutRect overflowBox = hasOverflowClip() ? borderBoxRect() : visualOverflowRect();
2407 bool useOverflowClip = hasOverflowClip() && !hasSelfPaintingLayer();
2424 if (hasOverflowClip())
2789 if (hasOverflowClip())
3997 if (!hasOverflowClip() && !hasControlClip()) {
4336 if (hasOverflowClip())
4339 return !hasOverflowClip();