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

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h89 : m_overflowClipRect(other.overflowClipRect())
105 const IntRect& overflowClipRect() const { return m_overflowClipRect; } function in class:WebCore::ClipRects
130 return m_overflowClipRect == other.overflowClipRect() &&
138 m_overflowClipRect = other.overflowClipRect();
H A DRenderTable.h239 virtual IntRect overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy = IgnoreOverlayScrollbarSize);
H A DRenderTable.cpp1234 IntRect RenderTable::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) function in class:WebCore::RenderTable
1236 IntRect rect = RenderBlock::overflowClipRect(tx, ty, relevancy);
1263 if (!hasOverflowClip() || overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) {
H A DRenderLayer.cpp3428 clipRects.setPosClipRect(clipRects.overflowClipRect());
3446 IntRect newOverflowClip = toRenderBox(renderer())->overflowClipRect(x, y, relevancy);
3455 clipRects.setOverflowClipRect(intersection(newOverflowClip, clipRects.overflowClipRect()));
3462 clipRects.setOverflowClipRect(intersection(newPosClip, clipRects.overflowClipRect()));
3488 parentRects.overflowClipRect());
3528 foregroundRect.intersect(toRenderBox(renderer())->overflowClipRect(x, y, relevancy));
3600 rect.intersect(toRenderBox(renderer())->overflowClipRect(0, 0));
H A DRenderBox.h339 virtual IntRect overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy = IgnoreOverlayScrollbarSize);
H A DRenderLayerBacking.cpp320 result = renderer->overflowClipRect(0, 0);
H A DRenderTableSection.cpp1269 if (hasOverflowClip() && !overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos)))
H A DRenderBox.cpp1100 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty));
1121 IntRect RenderBox::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) function in class:WebCore::RenderBox
H A DRenderBoxModelObject.cpp650 context->clip(toRenderBox(this)->overflowClipRect(tx, ty));
H A DRenderBlock.cpp3984 bool checkChildren = !useClip || (hasControlClip() ? controlClipRect(tx, ty).intersects(hitTestArea) : overflowClipRect(tx, ty, IncludeOverlayScrollbarSize).intersects(hitTestArea));
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.cpp173 childPaintInfo.context->clip(overflowClipRect(borderBoxOriginInContainer.x(), borderBoxOriginInContainer.y()));
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp2596 IntRect rectInPageCoords = container->overflowClipRect(0, 0);
2625 IntRect rectInPageCoords = container->overflowClipRect(0, 0);

Completed in 288 milliseconds