Searched refs:overflowClipRect (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRects.h60 const ClipRect& overflowClipRect() const { return m_overflowClipRect; } function in class:blink::ClipRects
81 return m_overflowClipRect == other.overflowClipRect()
89 m_overflowClipRect = other.overflowClipRect();
107 : m_overflowClipRect(other.overflowClipRect())
H A DRenderLayerClipper.cpp62 clipRects.setPosClipRect(clipRects.overflowClipRect());
78 ClipRect newOverflowClip = toRenderBox(renderer).overflowClipRect(offset, context.scrollbarRelevancy);
80 clipRects.setOverflowClipRect(intersection(newOverflowClip, clipRects.overflowClipRect()));
88 clipRects.setOverflowClipRect(intersection(newClip, clipRects.overflowClipRect()));
237 foregroundRect.intersect(toRenderBox(m_renderer).overflowClipRect(offset, context.scrollbarRelevancy));
318 return parentRects.overflowClipRect();
H A DRenderTable.h313 virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) OVERRIDE;
H A DRenderTable.cpp1275 LayoutRect RenderTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) function in class:blink::RenderTable
1277 LayoutRect rect = RenderBlock::overflowClipRect(location, relevancy);
1303 if (!hasOverflowClip() || locationInContainer.intersects(overflowClipRect(adjustedLocation))) {
H A DRenderBox.h502 virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize);
H A DRenderTableSection.cpp1515 if (hasOverflowClip() && !locationInContainer.intersects(overflowClipRect(adjustedLocation)))
H A DRenderBox.cpp1370 LayoutRect clipRect = isControlClip ? controlClipRect(accumulatedOffset) : overflowClipRect(accumulatedOffset);
1418 LayoutRect RenderBox::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) function in class:blink::RenderBox
H A DRenderBlock.cpp2414 LayoutRect clipRect = overflowClipRect(adjustedLocation, IncludeOverlayScrollbarSize);
H A DRenderLayer.cpp2996 rect.intersect(box->overflowClipRect(LayoutPoint()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp248 childPaintInfo.context->clip(pixelSnappedIntRect(overflowClipRect(paintOffset)));
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp529 result = renderer->overflowClipRect(LayoutPoint());
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp375 context->clip(thisBox->overflowClipRect(rect.location()));

Completed in 690 milliseconds