Home
last modified time | relevance | path

Searched refs:overflowClipRect (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h89 : m_overflowClipRect(other.overflowClipRect()) in ClipRects()
105 const IntRect& overflowClipRect() const { return m_overflowClipRect; } in overflowClipRect() function
130 return m_overflowClipRect == other.overflowClipRect() &&
138 m_overflowClipRect = other.overflowClipRect();
DRenderTable.h239 …virtual IntRect overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy = IgnoreO…
DRenderTable.cpp1234 IntRect RenderTable::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) in overflowClipRect() function in WebCore::RenderTable
1236 IntRect rect = RenderBlock::overflowClipRect(tx, ty, relevancy); in overflowClipRect()
1263 … if (!hasOverflowClip() || overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) { in nodeAtPoint()
DRenderLayer.cpp3428 clipRects.setPosClipRect(clipRects.overflowClipRect()); in scrollTo()
3446 IntRect newOverflowClip = toRenderBox(renderer())->overflowClipRect(x, y, relevancy); in scrollTo()
3455 … clipRects.setOverflowClipRect(intersection(newOverflowClip, clipRects.overflowClipRect())); in scrollTo()
3462 clipRects.setOverflowClipRect(intersection(newPosClip, clipRects.overflowClipRect())); in scrollTo()
3488 parentRects.overflowClipRect()); in scrollTo()
3528 foregroundRect.intersect(toRenderBox(renderer())->overflowClipRect(x, y, relevancy)); in scrollTo()
3600 rect.intersect(toRenderBox(renderer())->overflowClipRect(0, 0)); in scrollTo()
DRenderBox.h339 …virtual IntRect overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy = IgnoreO…
DRenderLayerBacking.cpp320 result = renderer->overflowClipRect(0, 0); in clipBox()
DRenderTableSection.cpp1269 if (hasOverflowClip() && !overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) in setCellLogicalWidths()
DRenderBox.cpp1100 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty)); in pushContentsClip()
1121 IntRect RenderBox::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) in overflowClipRect() function in WebCore::RenderBox
DRenderBoxModelObject.cpp650 context->clip(toRenderBox(this)->overflowClipRect(tx, ty)); in paintFillLayerExtended()
DRenderBlock.cpp3984 …asControlClip() ? controlClipRect(tx, ty).intersects(hitTestArea) : overflowClipRect(tx, ty, Inclu… in nodeAtPoint()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp173 …childPaintInfo.context->clip(overflowClipRect(borderBoxOriginInContainer.x(), borderBoxOriginInCon… in paint()
/external/webkit/Source/WebCore/editing/
DEditor.cpp2596 IntRect rectInPageCoords = container->overflowClipRect(0, 0); in insideVisibleArea()
2625 IntRect rectInPageCoords = container->overflowClipRect(0, 0); in insideVisibleArea()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1637754 Need to cast toRenderBox() in order to call overflowClipRect().
37769 …Rename getOverflowClipRect and getClipRect to overflowClipRect and clipRect. Move them to RenderB…
37777 (WebCore::RenderBox::overflowClipRect):
37793 (WebCore::RenderTable::overflowClipRect):
61465 (WebCore::ClipRects::overflowClipRect):
DChangeLog43282 bug! This patch adds a boolean parameter to overflowClipRect(),
43291 (WebCore::RenderBox::overflowClipRect):
43298 (WebCore::RenderTable::overflowClipRect):
DChangeLog-2006-05-1032840 (khtml::ClipRects::overflowClipRect):
DChangeLog-2005-08-2322917 (khtml::ClipRects::overflowClipRect):
DChangeLog-2010-01-2957213 Previously, the code used the overflowClipRect of the parent clip rects, but
DChangeLog-2010-12-0617904 (WebCore::RenderTable::overflowClipRect): Account for writing modes.